Basic UCD update
This commit is contained in:
parent
6f1e97c472
commit
b810bbb3ed
|
@ -21,7 +21,7 @@
|
|||
"_dataAccessPolicies" : [
|
||||
{"_policy" : {"_read" : "own", "_write" : "own"}, "_roles":["BaseUser"]},
|
||||
{"_policy" : {"_read" : "any", "_write" : "none"}, "_roles":[],
|
||||
"_enforcer": {"_filter" : {"_lifecycleInformation._phase" : {"$eq" : "Published"}}}},
|
||||
"_enforcer": {"_filter" : "{\"_lifecycleInformation._phase\" : {\"$eq\" : \"PUBLISHED\"}}"}},
|
||||
{"_policy" : {"_read" : "any", "_write" : "none"}, "_roles":["Editor"]},
|
||||
{"_policy" : {"_read" : "any", "_write" : "any"}, "_roles":["Admin"]}
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue