-
- Downloads
Improve text on todo list when the todo action comes from yourself
Improved todo message when an issue is assigned to yourself. - The new message when an user assign to himself an issue or a mr is: "You assigned issue xx to yourself" - The new message when an user adds a todo to himself is: "You added a todo for issue xx" - The new message when and user mention himself is: "You mentioned yourself on issue xx" - The new message when an user directly address himself is: "You directly addressed yourself on issue xx" - The new message when an user mark himself as an approver is: "You set yourself as an approver for merge request xx"
Showing
- app/helpers/events_helper.rb 3 additions, 2 deletionsapp/helpers/events_helper.rb
- app/helpers/todos_helper.rb 8 additions, 4 deletionsapp/helpers/todos_helper.rb
- app/models/todo.rb 12 additions, 0 deletionsapp/models/todo.rb
- app/views/dashboard/todos/_todo.html.haml 5 additions, 1 deletionapp/views/dashboard/todos/_todo.html.haml
- changelogs/unreleased/28020-improve-todo-list-when-comes-from-yourself.yml 4 additions, 0 deletions...ased/28020-improve-todo-list-when-comes-from-yourself.yml
- spec/features/todos/todos_filtering_spec.rb 2 additions, 2 deletionsspec/features/todos/todos_filtering_spec.rb
- spec/features/todos/todos_spec.rb 77 additions, 0 deletionsspec/features/todos/todos_spec.rb
- spec/models/todo_spec.rb 46 additions, 0 deletionsspec/models/todo_spec.rb
Loading
Please register or sign in to comment