Browse Source

HUE-8056 [home] Move to trash refreshes the documents only on second time

Roohi 7 years ago
parent
commit
60fdbe2

+ 0 - 1
desktop/core/src/desktop/static/desktop/js/document/hueFileEntry.js

@@ -658,7 +658,6 @@ var HueFileEntry = (function () {
     if (self.selectedEntries().length > 0 && (self.superuser || !self.sharedWithMeSelected())) {
       self.entriesToDelete(self.selectedEntries());
       self.removeDocuments(false);
-      huePubSub.publish('assist.document.refresh');
     }
   };