Merge branch 'module/poll' into dev
Some checks failed
Build Docker Image / Docker-Build (push) Failing after 3m32s
Build Docker Image / Clean-Registry (push) Successful in -5s

This commit is contained in:
2026-03-09 11:19:22 +01:00
26 changed files with 1459 additions and 20 deletions

View File

@@ -5,6 +5,7 @@ import static de.srsoftware.umbrella.core.ConnectionProvider.connect;
import static de.srsoftware.umbrella.core.ModuleRegistry.*;
import static de.srsoftware.umbrella.core.Util.mapValues;
import static de.srsoftware.umbrella.core.constants.Field.*;
import static de.srsoftware.umbrella.core.constants.Field.PERMISSION;
import static de.srsoftware.umbrella.core.constants.Field.SETTINGS;
import static de.srsoftware.umbrella.core.constants.Field.TAGS;
import static de.srsoftware.umbrella.core.constants.Module.PROJECT;