-
- Downloads
Manually create todo for issuable
Added a button into the sidebar for issues & merge requests to allow users to manually create todo items Closes #15045
Showing
- app/assets/javascripts/right_sidebar.js.coffee 39 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/issues_controller.rb 14 additions, 0 deletionsapp/controllers/projects/issues_controller.rb
- app/controllers/projects/merge_requests_controller.rb 14 additions, 0 deletionsapp/controllers/projects/merge_requests_controller.rb
- app/finders/todos_finder.rb 1 addition, 1 deletionapp/finders/todos_finder.rb
- app/helpers/issuables_helper.rb 14 additions, 0 deletionsapp/helpers/issuables_helper.rb
- app/models/todo.rb 1 addition, 0 deletionsapp/models/todo.rb
- app/services/todo_service.rb 6 additions, 0 deletionsapp/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 12 additions, 1 deletionapp/views/shared/issuable/_sidebar.html.haml
- config/routes.rb 2 additions, 0 deletionsconfig/routes.rb
Please register or sign in to comment