Reset Select Activity field and remove used activity after task submission #80
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "pramod_Bug#171"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Project -> Infra -> Create Task
Issue
After submitting a task, the "Select Activity" dropdown field retains the previously selected activity.
Fixed
Updated the onSubmitForm function to include setValue("activityID", 0), which clears the selected activity after submission.