diff --git a/chrome/chromeFiles/content/scholar/xpcom/data_access.js b/chrome/chromeFiles/content/scholar/xpcom/data_access.js index 9e80bf1be..50dbe1452 100644 --- a/chrome/chromeFiles/content/scholar/xpcom/data_access.js +++ b/chrome/chromeFiles/content/scholar/xpcom/data_access.js @@ -1166,6 +1166,8 @@ Scholar.Collection.prototype.changeParent = function(parent){ notifyIDs.push(parent); } + // TODO: only reload the necessary ones + Scholar.Collections.reloadAll(); Scholar.Notifier.trigger('modify', 'collection', notifyIDs); return true; }