[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:
arditdomi
2020-03-25 14:06:02 +00:00
committed by GitHub
parent de8c85dc48
commit dab3f670f0
13 changed files with 85 additions and 12 deletions

View File

@@ -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
});
}
}