Skip to content

Commit 79f4e39

Browse files
author
Joerg Huber
committed
Added StudentsInYear XQUERYTEMPLATE service.
1 parent 9359498 commit 79f4e39

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

  • SIF3InfraREST/src/test/resources/config/environments/provider/template/direct

SIF3InfraREST/src/test/resources/config/environments/provider/template/direct/devLocal.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<rights>
9090
<right type="QUERY">APPROVED</right>
9191
<right type="CREATE">APPROVED</right>
92-
<right type="UPDATE">APPROVED</right>
92+
<right type="UPDATE">REJECTED</right>
9393
<right type="DELETE">APPROVED</right>
9494
<right type="PROVIDE">REJECTED</right>
9595
<right type="SUBSCRIBE">APPROVED</right>
@@ -107,6 +107,11 @@
107107
<right type="ADMIN">APPROVED</right>
108108
</rights>
109109
</service>
110+
<service name="StudentsInYear" contextId="DEFAULT" type="XQUERYTEMPLATE">
111+
<rights>
112+
<right type="QUERY">APPROVED</right>
113+
</rights>
114+
</service>
110115
</services>
111116
</provisionedZone>
112117
<provisionedZone id="auRolloverTestingZone">

0 commit comments

Comments
 (0)