Browse Source

HUE-4196 [editor] Add return code so that we can load saved queries

Romain Rigaux 9 năm trước cách đây
mục cha
commit
74af6688e4
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      desktop/core/src/desktop/api2.py

+ 2 - 1
desktop/core/src/desktop/api2.py

@@ -148,7 +148,8 @@ def get_document(request):
     'children': [],
     'dependencies': [],
     'dependents': [],
-    'data': ''
+    'data': '',
+    'status': 0
   }
 
   response['user_perms'] = {