-
- Downloads
There was a problem fetching the pipeline summary.
Merge branch 'manual-todos-issuable-sidebar' into 'master'
Manually create todo for issuable ## What does this MR do? Adds a button to the sidebar in issues & merge requests to allow users to manually create a todo item themselves. ## What are the relevant issue numbers? Closes #15045 ## Screenshots (if relevant)    See merge request !4502
No related branches found
No related tags found
Pipeline #
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- app/assets/javascripts/right_sidebar.js.coffee 49 additions, 2 deletionsapp/assets/javascripts/right_sidebar.js.coffee
- app/assets/stylesheets/pages/issuable.scss 6 additions, 6 deletionsapp/assets/stylesheets/pages/issuable.scss
- app/controllers/projects/todos_controller.rb 31 additions, 0 deletionsapp/controllers/projects/todos_controller.rb
- app/finders/todos_finder.rb 1 addition, 1 deletionapp/finders/todos_finder.rb
- app/helpers/issuables_helper.rb 6 additions, 0 deletionsapp/helpers/issuables_helper.rb
- app/helpers/todos_helper.rb 1 addition, 0 deletionsapp/helpers/todos_helper.rb
- app/models/todo.rb 1 addition, 0 deletionsapp/models/todo.rb
- app/services/todo_service.rb 7 additions, 1 deletionapp/services/todo_service.rb
- app/views/layouts/header/_default.html.haml 2 additions, 3 deletionsapp/views/layouts/header/_default.html.haml
- app/views/shared/issuable/_sidebar.html.haml 13 additions, 1 deletionapp/views/shared/issuable/_sidebar.html.haml
- config/routes.rb 2 additions, 0 deletionsconfig/routes.rb
- spec/features/issues/todo_spec.rb 33 additions, 0 deletionsspec/features/issues/todo_spec.rb
- spec/services/todo_service_spec.rb 16 additions, 0 deletionsspec/services/todo_service_spec.rb
app/controllers/projects/todos_controller.rb
0 → 100644
spec/features/issues/todo_spec.rb
0 → 100644
Please register or sign in to comment