Selaa lähdekoodia

HUE-7 [importer] Set source.show when a table name is present

Enrico Berti 8 vuotta sitten
vanhempi
commit
8270bcc
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      desktop/libs/indexer/src/indexer/templates/importer.mako

+ 1 - 1
desktop/libs/indexer/src/indexer/templates/importer.mako

@@ -1118,7 +1118,7 @@ ${ assist.assistPanel() }
         if (self.inputFormat() == 'file') {
           return self.path().length > 0;
         } else if (self.inputFormat() == 'table') {
-          return self.table().length > 0;
+          return self.tableName().length > 0;
         } else if (self.inputFormat() == 'query') {
           return self.query();
         } else if (self.inputFormat() == 'manual') {