summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/create_item_dropdown.js
Commit message (Collapse)AuthorAgeFilesLines
* Add createNewItemFromValue option and clearDropdown methodupdate-create-item-dropdown-with-create-new-item-optionEric Eastwood2018-01-301-13/+31
| | | | Part of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/4110
* Fix duplicate item in protected branch/tag dropdown42157-41989-fix-duplicate-in-create-item-dropdownEric Eastwood2018-01-181-1/+11
| | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/42157 Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/41989
* Generalize protected branch/tag dropdownsce-backport-generalize-protected-branch-tags-to-create-item-dropdownEric Eastwood2018-01-121-0/+91
Remove duplicate ee code This was generalized for usage in the new variable table design, see https://gitlab.com/gitlab-org/gitlab-ce/issues/39118#note_53615249 Conflicts: app/assets/stylesheets/pages/projects.scss ee/app/assets/javascripts/protected_branches/protected_branch_create.js ee/app/assets/javascripts/protected_tags/protected_tag_create.js ee/app/views/projects/protected_branches/ee/_dropdown.html.haml