mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
remove reload action
This commit is contained in:
@@ -111,7 +111,6 @@ export class ContentManagementService {
|
||||
node.entry.isFavorite = true;
|
||||
});
|
||||
this.store.dispatch(new SetSelectedNodesAction(nodes));
|
||||
this.store.dispatch(new ReloadDocumentListAction());
|
||||
});
|
||||
}
|
||||
}
|
||||
@@ -123,7 +122,6 @@ export class ContentManagementService {
|
||||
node.entry.isFavorite = false;
|
||||
});
|
||||
this.store.dispatch(new SetSelectedNodesAction(nodes));
|
||||
this.store.dispatch(new ReloadDocumentListAction());
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user