Details
-
Bug
-
Resolution: Unresolved
-
None
-
None
-
Empty show more show less
Description
problem
If a user is completly deleted, this deletes also the associations to a task.
But in that case no workflow functions are triggered, the deletion of the task user assoc is done directly in the DB.
solution
- implement TRANSLATE-1563
- Check workflow consistency on user deletion for the associated tasks. If the delete would result in a non consitence workflow, prohibit deletion
- Possibility one: delete the user in DB transaction, check consistency, if this is not the case, reject the transaction and throw a not deletable exception
- Possibility two: run the same SQL as for TRANSLATE-1563 - excluding the userGuid to be deleted - this simulates the consitency check with deleted user
Attachments
Issue Links
- relates to
-
TRANSLATE-1477 Error on removing a user from a task which finished then the task
- Done
-
TRANSLATE-1433 Trigger workflow actions also on removing a user from a task
- Done