mattermost-plugin-todo
mattermost-plugin-todo copied to clipboard
Keeping the assign field empty auto-assigns the ToDo.
If the user has already assigned any ToDo to any other user, then on creating the next ToDo and keeping the assign field empty auto-assigns the ToDo to the last ToDo assigned user.
Steps to reproduce:-
- Create and assign the ToDo to any desired user.
- Create a new ToDo.
- Open the assign modal.
- Keep it empty and click on assign button.
The ToDo would be auto-assigned to the user to whom previous ToDo was assigned.