mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACA-1529] performance fixes for permission checks (#498)
* fix recent files * fix files component * fix shared files * don't evaluate permissions for empty selection * fix info drawer * fix viewer * fix tests * reduce one more check * track upload errors on app level * remove console log * reduce service dependencies
This commit is contained in:
@@ -34,7 +34,6 @@ import {
|
||||
UserPreferencesService,
|
||||
AppConfigService,
|
||||
StorageService,
|
||||
CookieService,
|
||||
AlfrescoApiService,
|
||||
LogService,
|
||||
NotificationService,
|
||||
@@ -42,7 +41,6 @@ import {
|
||||
ContentService,
|
||||
ThumbnailService,
|
||||
UploadService,
|
||||
PeopleContentService,
|
||||
AlfrescoApiMock
|
||||
} from '@alfresco/adf-core';
|
||||
import { HttpClientModule } from '@angular/common/http';
|
||||
@@ -100,7 +98,6 @@ import { ExtensionService } from '../extensions/extension.service';
|
||||
UserPreferencesService,
|
||||
AppConfigService,
|
||||
StorageService,
|
||||
CookieService,
|
||||
AlfrescoApiService,
|
||||
LogService,
|
||||
NotificationService,
|
||||
@@ -110,7 +107,6 @@ import { ExtensionService } from '../extensions/extension.service';
|
||||
UploadService,
|
||||
CustomResourcesService,
|
||||
DocumentListService,
|
||||
PeopleContentService,
|
||||
|
||||
ContentManagementService,
|
||||
NodeActionsService,
|
||||
|
Reference in New Issue
Block a user