##// 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 'source_ref': sourceRef[2],
269 'source_ref': sourceRef[2],
270 'target_repo': targetRepo,
270 'target_repo': targetRepo,
271 'target_ref': targetRef[2],
271 'target_ref': targetRef[2],
272 'target_ref_type': sourceRef[0],
272 'target_ref_type': targetRef[0],
273 'target_ref_name': sourceRef[1]
273 'target_ref_name': targetRef[1]
274 });
274 });
275
275
276 self.currentRequest = $.ajax({
276 self.currentRequest = $.ajax({
General Comments 0
You need to be logged in to leave comments. Login now