소스 검색

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

To avoid 500 error.
Romain Rigaux 9 년 전
부모
커밋
25ae9a472d
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      desktop/libs/notebook/src/notebook/static/notebook/js/notebook.ko.js

+ 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
       };
     };