1 Commits
v0.1.8 ... main

Author SHA1 Message Date
6d91aa26d1 fix(manifest): normalize optional module ids 2026-07-20 20:01:50 +02:00
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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