##// END OF EJS Templates
pull-requests: fixed source/target in PR creation
milka -
r4584:2f0f671d stable
parent child Browse files
Show More
@@ -269,8 +269,8 b' window.ReviewersController = function ()'
269 269 'source_ref': sourceRef[2],
270 270 'target_repo': targetRepo,
271 271 'target_ref': targetRef[2],
272 'target_ref_type': sourceRef[0],
273 'target_ref_name': sourceRef[1]
272 'target_ref_type': targetRef[0],
273 'target_ref_name': targetRef[1]
274 274 });
275 275
276 276 self.currentRequest = $.ajax({
General Comments 0
You need to be logged in to leave comments. Login now