fix(manifest): normalize optional module ids

This commit is contained in:
2026-07-20 20:01:50 +02:00
parent cbe0676311
commit b2408b6aef

View File

@@ -73,7 +73,7 @@ DOCUMENTATION = (
layer="available", layer="available",
documentation_types=("admin",), documentation_types=("admin",),
audience=("operator", "module_admin", "product_owner"), audience=("operator", "module_admin", "product_owner"),
related_modules=("poll", "scheduling", "calendar", "campaigns", "forms", "forms-runtime", "reporting"), related_modules=("poll", "scheduling", "calendar", "campaigns", "forms", "forms_runtime", "reporting"),
metadata={"seed": True}, metadata={"seed": True},
), ),
) )