mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
Updated the simpleapp and added superadminuser when deploying the apps (#5075)
* updated the simpleapp with the process-variables required and added superadminuser when deploying the apps. * simpleapp updated with more process variables
This commit is contained in:
parent
70d877b0b9
commit
4606b45d58
Binary file not shown.
@ -274,7 +274,7 @@ async function deployApp(apiService, app, name) {
|
||||
"security": [{"role": "APS_ADMIN", "groups": [], "users": ["admin.adf"]}, {
|
||||
"role": "APS_USER",
|
||||
"groups": ["hr", "testgroup"],
|
||||
"users": ["admin.adf"]
|
||||
"users": ["admin.adf", "superadminuser"]
|
||||
}]
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user