mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACA-1530] allow calling download action from extensions (#500)
* download action * use download action everywhere
This commit is contained in:
@@ -71,7 +71,6 @@ import { ExperimentalGuard } from './common/services/experimental-guard.service'
|
||||
|
||||
import { InfoDrawerComponent } from './components/info-drawer/info-drawer.component';
|
||||
import { EditFolderDirective } from './directives/edit-folder.directive';
|
||||
import { DownloadNodesDirective } from './directives/download-nodes.directive';
|
||||
import { AppStoreModule } from './store/app-store.module';
|
||||
import { PaginationDirective } from './directives/pagination.directive';
|
||||
import { DocumentListDirective } from './directives/document-list.directive';
|
||||
@@ -134,7 +133,6 @@ import { SearchResultsRowComponent } from './components/search/search-results-ro
|
||||
InfoDrawerComponent,
|
||||
SharedLinkViewComponent,
|
||||
EditFolderDirective,
|
||||
DownloadNodesDirective,
|
||||
PaginationDirective,
|
||||
DocumentListDirective,
|
||||
ExperimentalDirective
|
||||
|
Reference in New Issue
Block a user