mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACA-2948] Add process services extension in settings page (#1374)
* [ACA-2948] Add toggle in settings page for process services extension * [ACA-2948] Remove console log * [ACA-2948] Fix import
This commit is contained in:
@@ -172,7 +172,8 @@ export class CoreExtensionsModule {
|
||||
'repository.isQuickShareEnabled': rules.hasQuickShareEnabled,
|
||||
'user.isAdmin': rules.isAdmin,
|
||||
'app.canShowLanguagePicker': rules.canShowLanguagePicker,
|
||||
'app.canShowLogout': rules.canShowLogout
|
||||
'app.canShowLogout': rules.canShowLogout,
|
||||
'app.canShowProcessServices': rules.canShowProcessServices
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user