mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-8604] Add new param to control undo for deleting nodes (#4308)
* [ACS-8604] Add new param to control undo for deleting nodes * [ACS-8604] Unit test fixes
This commit is contained in:
@@ -60,7 +60,7 @@ export class SetSelectedNodesAction implements Action {
|
||||
export class DeleteNodesAction implements Action {
|
||||
readonly type = NodeActionTypes.Delete;
|
||||
|
||||
constructor(public payload: NodeEntry[] = []) {}
|
||||
constructor(public payload: NodeEntry[] = [], public allowUndo = true) {}
|
||||
}
|
||||
|
||||
export class UndoDeleteNodesAction implements Action {
|
||||
|
Reference in New Issue
Block a user