-
- Downloads
Add Issue and Merge Request titles to Todo items
Only displays the todo body if the todo has a note. This is to avoid redundant Issue or Merge Request titles displayed both in the Todo title and body.
Showing
- app/assets/stylesheets/pages/todos.scss 7 additions, 9 deletionsapp/assets/stylesheets/pages/todos.scss
- app/helpers/todos_helper.rb 17 additions, 1 deletionapp/helpers/todos_helper.rb
- app/models/todo.rb 2 additions, 2 deletionsapp/models/todo.rb
- app/views/dashboard/todos/_todo.html.haml 21 additions, 13 deletionsapp/views/dashboard/todos/_todo.html.haml
- changelogs/unreleased/todos-include-issue-mr-titles.yml 5 additions, 0 deletionschangelogs/unreleased/todos-include-issue-mr-titles.yml
- locale/gitlab.pot 3 additions, 0 deletionslocale/gitlab.pot
- spec/features/dashboard/todos/todos_filtering_spec.rb 6 additions, 6 deletionsspec/features/dashboard/todos/todos_filtering_spec.rb
- spec/features/dashboard/todos/todos_sorting_spec.rb 18 additions, 18 deletionsspec/features/dashboard/todos/todos_sorting_spec.rb
- spec/features/dashboard/todos/todos_spec.rb 9 additions, 9 deletionsspec/features/dashboard/todos/todos_spec.rb
- spec/models/todo_spec.rb 2 additions, 2 deletionsspec/models/todo_spec.rb
Please register or sign in to comment