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"
显示
- app/helpers/events_helper.rb 3 个添加, 2 个删除app/helpers/events_helper.rb
- app/helpers/todos_helper.rb 8 个添加, 4 个删除app/helpers/todos_helper.rb
- app/models/todo.rb 12 个添加, 0 个删除app/models/todo.rb
- app/views/dashboard/todos/_todo.html.haml 5 个添加, 1 个删除app/views/dashboard/todos/_todo.html.haml
- changelogs/unreleased/28020-improve-todo-list-when-comes-from-yourself.yml 4 个添加, 0 个删除...ased/28020-improve-todo-list-when-comes-from-yourself.yml
- spec/features/todos/todos_filtering_spec.rb 2 个添加, 2 个删除spec/features/todos/todos_filtering_spec.rb
- spec/features/todos/todos_spec.rb 77 个添加, 0 个删除spec/features/todos/todos_spec.rb
- spec/models/todo_spec.rb 46 个添加, 0 个删除spec/models/todo_spec.rb
加载中
想要评论请 注册 或 登录