fix(manifest): normalize optional module ids

This commit is contained in:
2026-07-20 20:01:50 +02:00
parent c1a8bf8333
commit 6d91aa26d1
3 changed files with 3 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ Expected optional integrations:
- learning
- cases
- forms-runtime
- forms_runtime
- files
- portal
- records

View File

@@ -22,7 +22,7 @@ Issuing, revoking, verifying, and archiving certificates, attestations, particip
- learning
- cases
- forms-runtime
- forms_runtime
- files
- portal
- records

View File

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