gitlab->importIssue;?>

+ +
+ goback, $this->createLink('repo', 'maintain'), 'self', '', 'btn btn-primary');?> +
+
diff --git a/module/job/js/create.js b/module/job/js/create.js index 290f1cb0e2..cc0301ae01 100644 --- a/module/job/js/create.js +++ b/module/job/js/create.js @@ -1,5 +1,10 @@ $(document).ready(function() { + $('#gitlabRepo').change(function() + { + $('#repo').val($(this).val()).change(); + }) + $('#repo').change(function() { var repoID = $(this).val();