[Fix] Retrigger activity when it is completed so it is archived

This commit is contained in:
Robert von Burg 2023-02-27 10:49:08 +01:00
parent 4cdddd21be
commit 54ed28cd96
Signed by: eitch
GPG Key ID: 75DB9C85C74331F7
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ public class Controller {
updateObservers();
return command.needsRetriggerOfExecution() && !this.activity.inClosedPhase();
return command.needsRetriggerOfExecution();
}
/**