Task #100327
openModule "Scheduler": Misleading behavior when creating a new task while inside a task
0%
Description
How to reproduce:
Edit an existing task or click a button to create a new task. When in the editing form of the task, click the button "New" in docheader. An alert message "The task was updated successfully." is shown and the form to create a new task is shown.
Any changes made to the previous opened task (or newly created) have been saved. The now shown editing form of the new task is prefilled with the value of the previous opened task.
Personally I wouldn't expect neither the changes to be saved to the previous task (otherwise the button should be called "Save and new") nor that the editing form of the new task to be filled with values of the previous opened task. This behaviour should be improved.
Updated by Jasmina Ließmann over 1 year ago
- Subject changed from Module "Scheduler": Misleading behavior when chosing to create a new task while being in the add/edit task form to Module "Scheduler": Misleading behavior when creating a new task while inside a task
Updated by Garvin Hicking 4 months ago
- Category set to scheduler
- Status changed from New to Accepted
Still applies to v13.
If possible easily, the "new" button submit action should not trigger the save process, I agree!