#9 folder delete action

This commit is contained in:
Denys Vuika
2016-05-31 14:42:08 +01:00
parent c08b33b155
commit 3c6c5dd136
5 changed files with 39 additions and 9 deletions

View File

@@ -41,6 +41,12 @@
title="{{'DOCUMENT_LIST.ACTIONS.FOLDER.CUSTOM' | translate}}"
(execute)="myFolderAction1($event)">
</content-action>
<content-action
target="folder"
type="menu"
title="{{'DOCUMENT_LIST.ACTIONS.FOLDER.DELETE' | translate}}"
handler="delete">
</content-action>
<!-- document actions -->
<content-action