changes tit be Module Map

This commit is contained in:
2026-08-26 12:55:29 +02:00
parent bbea3d6937
commit b9559ad6f1
+3
View File
@@ -2174,9 +2174,12 @@ PACKAGE_MODULE_MAP = {
"inventarsystem": ["inventory"],
"terminverwaltung": ["terminplan"],
"starter": ["library", "inventory", "student_cards"],
"startpaket": ["library", "inventory", "student_cards"],
"advanced": ["library", "inventory", "student_cards", "terminplan"],
"komplettpaket": ["library", "inventory", "student_cards", "terminplan"],
}
def build_module_config_string(package_list: list) -> str:
active_modules = set()
for pkg in package_list: