mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACA-1135] spike on deleting nodes from the viewer (#192)
* delete/restore from the viewer * rename content management service events * test fixes * offload node delete/restore to content service * improve tests
This commit is contained in:
committed by
Cilibiu Bogdan
parent
0d727a5ffd
commit
5234a875e7
@@ -74,7 +74,7 @@ export class NodeDeleteDirective {
|
||||
.subscribe(() => this.restore(processedData.success));
|
||||
|
||||
if (processedData.someSucceeded) {
|
||||
this.content.deleteNode.next(null);
|
||||
this.content.nodeDeleted.next(null);
|
||||
}
|
||||
});
|
||||
}
|
||||
@@ -103,7 +103,7 @@ export class NodeDeleteDirective {
|
||||
}
|
||||
|
||||
if (processedData.someSucceeded) {
|
||||
this.content.restoreNode.next(null);
|
||||
this.content.nodeRestored.next(null);
|
||||
}
|
||||
}
|
||||
);
|
||||
|
Reference in New Issue
Block a user