Browse Source

[assist] List columns of a view

Romain Rigaux 10 years ago
parent
commit
92f3868929
1 changed files with 1 additions and 1 deletions
  1. 1 1
      desktop/core/src/desktop/static/desktop/js/assist/assistEntry.js

+ 1 - 1
desktop/core/src/desktop/static/desktop/js/assist/assistEntry.js

@@ -48,7 +48,7 @@
     self.filter = filter;
     self.isSearchVisible = ko.observable(false);
 
-    self.expandable = typeof definition.type === "undefined" || /table|struct|array|map/i.test(definition.type);
+    self.expandable = typeof definition.type === "undefined" || /table|view|struct|array|map/i.test(definition.type);
 
     self.loaded = false;
     self.loading = ko.observable(false);