We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9359498 commit 79f4e39Copy full SHA for 79f4e39
1 file changed
SIF3InfraREST/src/test/resources/config/environments/provider/template/direct/devLocal.xml
@@ -89,7 +89,7 @@
89
<rights>
90
<right type="QUERY">APPROVED</right>
91
<right type="CREATE">APPROVED</right>
92
- <right type="UPDATE">APPROVED</right>
+ <right type="UPDATE">REJECTED</right>
93
<right type="DELETE">APPROVED</right>
94
<right type="PROVIDE">REJECTED</right>
95
<right type="SUBSCRIBE">APPROVED</right>
@@ -107,6 +107,11 @@
107
<right type="ADMIN">APPROVED</right>
108
</rights>
109
</service>
110
+ <service name="StudentsInYear" contextId="DEFAULT" type="XQUERYTEMPLATE">
111
+ <rights>
112
+ <right type="QUERY">APPROVED</right>
113
+ </rights>
114
+ </service>
115
</services>
116
</provisionedZone>
117
<provisionedZone id="auRolloverTestingZone">
0 commit comments