Skip to content
Snippets Groups Projects

Feature to create directly addressed Todos when mentioned in beginning

Compare and Show latest version
11 files
+ 277
18
Compare changes
  • Side-by-side
  • Inline
Files
11
@@ -86,7 +86,8 @@ def todo_actions_options
@@ -86,7 +86,8 @@ def todo_actions_options
[
[
{ id: '', text: 'Any Action' },
{ id: '', text: 'Any Action' },
{ id: Todo::ASSIGNED, text: 'Assigned' },
{ id: Todo::ASSIGNED, text: 'Assigned' },
{ id: Todo::MENTIONED, text: 'Mentioned' }
{ id: Todo::MENTIONED, text: 'Mentioned' },
 
{ id: Todo::DIRECTLY_ADDRESSED, text: 'Directly addressed' }
]
]
end
end
Loading