Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 18 additions & 6 deletions lib/Settings/softwarecatalogus_register.json
Original file line number Diff line number Diff line change
Expand Up @@ -4561,7 +4561,7 @@
"slug": "module",
"title": "Applicatie",
"description": "Een applicatie is een softwarecomponent (applicatie of systeemsoftware)",
"version": "0.1.3",
"version": "0.1.4",
"summary": "",
"icon": "Package",
"required": [
Expand Down Expand Up @@ -4889,11 +4889,23 @@
"type": "string"
}
},
"standaardVersies": {
"description": "Een array van standaardversie id's van standaarden die deze applicatie implementeert",
"type": "array",
"visible": true,
"order": 25,
"facetable": true,
"title": "Standaard Versies",
"hideOnForm": true,
"items": {
"type": "string"
}
},
"standaardenGemma": {
"description": "Een array van gemma id's van standaarden die deze applicatie implementeert",
"type": "array",
"visible": true,
"order": 25,
"order": 26,
"facetable": true,
"title": "Standaarden Gemma",
"hideOnForm": true,
Expand All @@ -4905,7 +4917,7 @@
"description": "De versies van deze applicatie",
"type": "array",
"visible": true,
"order": 26,
"order": 27,
"facetable": false,
"title": "Applicatie Versies",
"hideOnForm": true,
Expand All @@ -4922,7 +4934,7 @@
"description": "Het gebruik van deze applicatie",
"type": "array",
"visible": true,
"order": 27,
"order": 28,
"facetable": false,
"title": "Gebruik",
"hideOnForm": true,
Expand All @@ -4938,7 +4950,7 @@
"description": "De beoordelingen van deze applicatie",
"type": "array",
"visible": true,
"order": 28,
"order": 29,
"facetable": false,
"title": "Beoordelingen",
"hideOnForm": true,
Expand All @@ -4954,7 +4966,7 @@
"description": "De kwetsbaarheden die deze applicatie treffen",
"type": "array",
"visible": true,
"order": 29,
"order": 30,
"facetable": false,
"title": "Kwetsbaarheden",
"hideOnForm": true,
Expand Down