Currently, the update task script can only add or remove groups but can't edit it.
If a group change members, we need to first delete the "previous" one otherwise the code will trigger a "already registered for this task" exception.
The best would be to check the changes in the folder and rename, add/delete members it if needed. Check PR #1728 for a use case.
Currently, the update task script can only add or remove groups but can't edit it.
If a group change members, we need to first delete the "previous" one otherwise the code will trigger a "already registered for this task" exception.
The best would be to check the changes in the folder and rename, add/delete members it if needed. Check PR #1728 for a use case.