changes tit be Module Map
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user