mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
remove external settings (#1413)
This commit is contained in:
@@ -546,12 +546,3 @@ export function canShowLanguagePicker(context: AcaRuleContext): boolean {
|
||||
export function canShowLogout(context: AcaRuleContext): boolean {
|
||||
return !context.withCredentials;
|
||||
}
|
||||
|
||||
/**
|
||||
* Checks if application should render process services extension.
|
||||
* JSON ref: `canShowProcessServices`
|
||||
* @param context Rule execution context
|
||||
*/
|
||||
export function canShowProcessServices(context: AcaRuleContext): boolean {
|
||||
return localStorage && localStorage.getItem('processServices') === 'true';
|
||||
}
|
||||
|
Reference in New Issue
Block a user