finished implementation of tag loading when loading project tasks

This commit is contained in:
2025-09-24 10:27:43 +02:00
parent 404b8263a9
commit 1d7e508f1a
5 changed files with 25 additions and 37 deletions

View File

@@ -16,13 +16,12 @@ import de.srsoftware.umbrella.core.exceptions.UmbrellaException;
import de.srsoftware.umbrella.core.model.Permission;
import de.srsoftware.umbrella.core.model.Project;
import de.srsoftware.umbrella.core.model.Status;
import org.json.JSONObject;
import java.sql.Connection;
import java.sql.SQLException;
import java.util.Collection;
import java.util.HashMap;
import java.util.Map;
import org.json.JSONObject;
public class SqliteDb extends BaseDb implements ProjectDb {
private static final System.Logger LOG = System.getLogger("ProjectDb");