summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/protected_branches
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-11-07 16:58:50 +0000
committerJacob Schatz <jschatz1@gmail.com>2016-11-21 21:01:45 -0500
commite95d43dfc5303dcb9e86359049b5f798e8351431 (patch)
tree6b7e1b4038e2dda26e9779a89f06f38c73585551 /app/assets/javascripts/protected_branches
parent08dd831f02daeeefedf65302a9a9575733943357 (diff)
downloadgitlab-ce-e95d43dfc5303dcb9e86359049b5f798e8351431.tar.gz
Fixed up tests
Diffstat (limited to 'app/assets/javascripts/protected_branches')
-rw-r--r--app/assets/javascripts/protected_branches/protected_branch_dropdown.js.es62
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/protected_branches/protected_branch_dropdown.js.es6 b/app/assets/javascripts/protected_branches/protected_branch_dropdown.js.es6
index e3f226e9a2a..9b551a1ed8c 100644
--- a/app/assets/javascripts/protected_branches/protected_branch_dropdown.js.es6
+++ b/app/assets/javascripts/protected_branches/protected_branch_dropdown.js.es6
@@ -48,7 +48,7 @@ class ProtectedBranchDropdown {
onClickCreateWildcard() {
// Refresh the dropdown's data, which ends up calling `getProtectedBranches`
this.$dropdown.data('glDropdown').remote.execute();
- this.$dropdown.data('glDropdown').selectRowAtIndex(0);
+ this.$dropdown.data('glDropdown').selectRowAtIndex(gon.open_branches.length);
}
getProtectedBranches(term, callback) {