Browse Source

HUE-3456 [notebook] Send notebook type when executing snippets

To avoid 500 error.
Romain Rigaux 9 years ago
parent
commit
25ae9a472d

+ 2 - 1
desktop/libs/notebook/src/notebook/static/notebook/js/notebook.ko.js

@@ -1140,7 +1140,8 @@
      return {
          id: self.id,
          uuid: self.uuid,
-         sessions: self.sessions
+         sessions: self.sessions,
+         type: self.type
       };
     };