You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: AMEFF export falset() typos + hide concept orgs from public API
- ArchiMateExportService: fix 5 instances of `$this->isLis === falset(arr: ...)`
to `$this->isList(arr: ...) === false` — was causing HTTP 500 on export (#135)
- softwarecatalogus_register.json: add `"status": "Actief"` to all three
public RBAC read rules for organisatie schema, preventing concept
organisations from appearing in public search results (#447)
Copy file name to clipboardExpand all lines: lib/Settings/softwarecatalogus_register.json
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
"info": {
4
4
"title": "Software Catalog Register",
5
5
"description": "Register containing AMEF and Voorzieningen schemas for the VNG Software Catalog application. This configuration includes schemas for applications, services, organizations, and compliance tracking.",
0 commit comments