Actions
Task #100327
openModule "Scheduler": Misleading behavior when creating a new task while inside a task
Status:
Accepted
Priority:
Should have
Assignee:
-
Category:
scheduler
Target version:
-
Start date:
2023-03-27
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Sprint Focus:
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.
Actions