Skip to content

Commit be326eb

Browse files
committed
1 parent f21c581 commit be326eb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config/authorization/config.ex

+5
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ defmodule Acl.UserGroups.Config do
5353
"http://mu.semte.ch/vocabularies/ext/MandatarisStatusCode",
5454
"http://mu.semte.ch/vocabularies/ext/SyncTask",
5555
"http://mu.semte.ch/vocabularies/ext/Task",
56+
"http://open-services.net/ns/core#Error",
5657
"http://mu.semte.ch/vocabularies/ext/Tasklist",
5758
"http://mu.semte.ch/vocabularies/ext/Template",
5859
"http://mu.semte.ch/vocabularies/ext/VerkiezingsresultaatGevolgCode",
@@ -123,6 +124,7 @@ defmodule Acl.UserGroups.Config do
123124
"http://mu.semte.ch/vocabularies/ext/VersionedBehandeling",
124125
"http://mu.semte.ch/vocabularies/ext/VersionedRegulatoryStatement",
125126
"http://redpencil.data.gift/vocabularies/tasks/Task",
127+
"http://open-services.net/ns/core#Error",
126128
"http://mu.semte.ch/vocabularies/ext/TaskSolution",
127129
"http://mu.semte.ch/vocabularies/ext/TasklistSolution",
128130
"http://www.w3.org/ns/person#Person",
@@ -165,6 +167,7 @@ defmodule Acl.UserGroups.Config do
165167
"http://mu.semte.ch/vocabularies/ext/TaskSolution",
166168
"http://mu.semte.ch/vocabularies/ext/TasklistSolution",
167169
"http://redpencil.data.gift/vocabularies/tasks/Task",
170+
"http://open-services.net/ns/core#Error",
168171
"http://www.w3.org/ns/person#Person",
169172
"http://data.vlaanderen.be/ns/persoon#Geboorte",
170173
"http://www.w3.org/ns/adms#Identifier",
@@ -197,6 +200,7 @@ defmodule Acl.UserGroups.Config do
197200
"http://mu.semte.ch/vocabularies/ext/VersionedRegulatoryStatement",
198201
"http://mu.semte.ch/vocabularies/ext/signing/PublishedResource",
199202
"http://redpencil.data.gift/vocabularies/tasks/Task",
203+
"http://open-services.net/ns/core#Error",
200204
"http://mu.semte.ch/vocabularies/ext/DocumentContainer", # needed to update status on publishing decision/notulen
201205
],
202206
inverse_predicates: %AllPredicates{}
@@ -224,6 +228,7 @@ defmodule Acl.UserGroups.Config do
224228
"http://mu.semte.ch/vocabularies/ext/VersionedBehandeling",
225229
"http://mu.semte.ch/vocabularies/ext/signing/SignedResource",
226230
"http://redpencil.data.gift/vocabularies/tasks/Task",
231+
"http://open-services.net/ns/core#Error",
227232
"http://mu.semte.ch/vocabularies/ext/PublishingLog",
228233
],
229234
inverse_predicates: %AllPredicates{}

0 commit comments

Comments
 (0)