mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
#9 'Delete' action support for document nodes
This commit is contained in:
@@ -247,7 +247,7 @@ export class DocumentList implements OnInit, AfterViewChecked, AfterContentInit
|
||||
*/
|
||||
executeContentAction(node: MinimalNodeEntity, action: ContentActionModel) {
|
||||
if (action) {
|
||||
action.handler(node);
|
||||
action.handler(node, this);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user