File tree Expand file tree Collapse file tree 1 file changed +6
-17
lines changed
Expand file tree Collapse file tree 1 file changed +6
-17
lines changed Original file line number Diff line number Diff line change 1717 "name" : " $XSAPPNAME.mtdeployment" ,
1818 "description" : " Scope to trigger a re-deployment of the database artifacts"
1919 },
20- {
21- "name" : " $XSAPPNAME.ExtendCDS" ,
22- "description" : " Extend your own tenant's models"
23- },
24- {
25- "name" : " $XSAPPNAME.ExtendCDSdelete" ,
26- "description" : " Undeploy your own tenant's extensions"
27- }
20+ {
21+ "name" : " $XSAPPNAME.cds.ExtensionDeveloper" ,
22+ "description" : " Extend CAP applications via extension projects"
23+ }
2824 ],
25+ "authorities-inheritance" : false ,
2926 "authorities" : [
3027 " $XSAPPNAME.mtdeployment"
3128 ],
5148 "name" : " Extension_Developer" ,
5249 "description" : " CDS Extension Developer" ,
5350 "scope-references" : [
54- " $XSAPPNAME.ExtendCDS "
51+ " $XSAPPNAME.cds.ExtensionDeveloper "
5552 ],
5653 "attribute-references" : []
57- },
58- {
59- "name" : " Extension_Admin" ,
60- "description" : " CDS Extension Administrator" ,
61- "scope-references" : [
62- " $XSAPPNAME.ExtendCDS" ,
63- " $XSAPPNAME.ExtendCDSdelete"
64- ]
6554 }
6655 ]
6756}
You can’t perform that action at this time.
0 commit comments