-
- Downloads
Merge branch...
Merge branch '21508-inconsistency-personal-dashboard-todos-page-uses-old-interface-wrong-dropdown-filter-buttons' into 'master' Update todo view filter dropdowns ## What does this MR do? Swaps out old `select2` dropdowns on todo page with newer dropdowns. Also removes todo inline JS. ## Are there points in the code the reviewer needs to double check? ## Why was this MR needed? ## Screenshots (if relevant) ### Project  ### Author  ### Type  ### Action  ## Does this MR meet the acceptance criteria? - [ ] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added - [ ] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [ ] API support added - Tests - [ ] Added for this feature/bug - [ ] All builds are passing - [ ] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [ ] Branch has no merge conflicts with `master` (if you do - rebase it please) - [ ] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) ## What are the relevant issue numbers? Closes #21508 Related to #19866 See merge request !6072
No related branches found
No related tags found
Showing
- app/assets/javascripts/todos.js 26 additions, 0 deletionsapp/assets/javascripts/todos.js
- app/helpers/issuables_helper.rb 13 additions, 0 deletionsapp/helpers/issuables_helper.rb
- app/helpers/todos_helper.rb 19 additions, 15 deletionsapp/helpers/todos_helper.rb
- app/views/dashboard/todos/index.html.haml 16 additions, 20 deletionsapp/views/dashboard/todos/index.html.haml
- features/dashboard/todos.feature 0 additions, 20 deletionsfeatures/dashboard/todos.feature
- features/steps/dashboard/todos.rb 17 additions, 6 deletionsfeatures/steps/dashboard/todos.rb
- spec/features/todos/todos_filtering_spec.rb 63 additions, 0 deletionsspec/features/todos/todos_filtering_spec.rb
spec/features/todos/todos_filtering_spec.rb
0 → 100644
Please register or sign in to comment