Bläddra i källkod

[importer] removing 'Search index' option from drop down menu for 'manual' setup

ayush.goyal 4 år sedan
förälder
incheckning
fbb4da1f98
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      desktop/libs/indexer/src/indexer/templates/importer.mako

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

@@ -2327,7 +2327,7 @@ ${ commonheader(_("Importer"), "indexer", user, request, "60px") | n,unicode }
           }
           if (format.value === 'index' && (
               wizard.source.inputFormat() === 'stream' ||
-              ['file', 'query', 'stream', 'manual'].indexOf(wizard.source.inputFormat()) === -1)) {
+              ['file', 'query', 'stream'].indexOf(wizard.source.inputFormat()) === -1)) {
             return false;
           }
           if (format.value === 'table' &&