implemented adding required tasks to task

This commit is contained in:
2025-09-06 00:38:58 +02:00
parent 91f536a658
commit cce488f615
16 changed files with 190 additions and 53 deletions

View File

@@ -9,7 +9,6 @@ import static de.srsoftware.umbrella.core.model.Status.COMPLETE;
import static de.srsoftware.umbrella.core.model.Status.OPEN;
import static de.srsoftware.umbrella.project.Constants.*;
import static java.lang.System.Logger.Level.ERROR;
import static java.lang.System.Logger.Level.WARNING;
import static java.text.MessageFormat.format;
import de.srsoftware.umbrella.core.BaseDb;