mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ACS-4571] Move SecurityControlsService to ADF Content Lib (#8286)
* [ACS-4571] move SecurityControlsService to ADF content lib * [ACS-4571] build fix * [ACS-4571] build fix * [ACS-4571] build fix * [ACS-4571] resolved ts-ignore in unit-tests * [ACS-4571] renamed AdminCcSecurityControlsServicesModule to SecurityControlsServiceModule * [ACS-4571] return types added * [ACS-4571] added docs for SecurityControlsService * [ACS-4571] docs typo fix * [ACS-4571] docs typo fix * [ACS-4571] linting * [ACS-4571] fixed failing test * [ACS-4571] added missing unit tests * [ACS-4571] linting * [ACS-4571] set the default maxItems to UserPreferencesService.paginationSize * [ACS-4571] changed createSecurityMarks() return type * [ACS-4571] moved import line up * [ACS-4571] finish loading status in some functions
This commit is contained in:
committed by
GitHub
parent
25d85c7890
commit
d26593e4d8
@@ -45,5 +45,6 @@ export * from './lib/common/index';
|
||||
export * from './lib/tree/index';
|
||||
export * from './lib/category/index';
|
||||
export * from './lib/viewer/index';
|
||||
export * from './lib/security/index';
|
||||
|
||||
export * from './lib/content.module';
|
||||
|
Reference in New Issue
Block a user