Browse Source

[home2] Fix folder navigation

Johan Ahlen 9 years ago
parent
commit
b9ad903

+ 1 - 1
desktop/core/src/desktop/static/desktop/js/fileBrowser/hueFileEntry.js

@@ -243,7 +243,7 @@
 
     if (self.app === 'documents') {
       self.assistHelper.fetchDocuments({
-        uuid: self.uuid,
+        uuid: self.definition().uuid,
         successCallback: function(data) {
           self.definition(data.document);
           self.hasErrors(false);