Explorar o código

HUE-4867 [metadata] Clicking on browse table show the generic SQL icon

Romain Rigaux %!s(int64=9) %!d(string=hai) anos
pai
achega
700381109c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      desktop/libs/notebook/src/notebook/views.py

+ 1 - 0
desktop/libs/notebook/src/notebook/views.py

@@ -126,6 +126,7 @@ def browse(request, database, table):
       'options_json': json.dumps({
           'languages': [{"name": "%s SQL" % editor_type.title(), "type": editor_type}],
           'mode': 'editor',
+          'editor_type': editor_type
       }),
       'editor_type': editor_type,
   })