[ACS-8782] list of frozen files under a hold (#4406)

* [ACS-8782] Exported content management service and hide drag and drop hint when files can not be uploaded

* [ACS-8782] Unit tests

* [ACS-8782] Fixed unit test issues

* [ACS-8782] Fixed unit test issues
This commit is contained in:
AleksanderSklorz
2025-02-20 14:12:07 +01:00
committed by GitHub
parent 8e8b6c051d
commit c799049790
3 changed files with 50 additions and 2 deletions

View File

@@ -31,5 +31,6 @@ export * from './lib/aca-content.routes';
export * from './lib/extensions/core.extensions.module';
export * from './lib/store/initial-state';
export * from './lib/services/content-url.service';
export * from './lib/services/content-management.service';
export * from './lib/components/info-drawer/comments-tab/external-node-permission-comments-tab.service';
export * from './lib/utils/aca-search-utils';