fix(manifest): normalize optional module ids

This commit is contained in:
2026-07-20 20:01:50 +02:00
parent 4cafe8af48
commit 821245448d
3 changed files with 3 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ Expected optional integrations:
- cases
- inspections
- forms-runtime
- forms_runtime
- files
- portal
- certificates

View File

@@ -24,7 +24,7 @@ Permit and license workflows for applications, renewals, conditions, inspections
- cases
- inspections
- forms-runtime
- forms_runtime
- files
- portal
- certificates

View File

@@ -12,7 +12,7 @@ ADMIN_SCOPE = "permits:workspace:admin"
OPTIONAL_DEPENDENCIES = (
"cases",
"inspections",
"forms-runtime",
"forms_runtime",
"files",
"portal",
"certificates",