Explorar el Código

HPCC-10893 Unable to sort Logical Files for a published Query

Fixes HPCC-10893

Signed-off-by: Gordon Smith <gordon.smith@lexisnexis.com>
Gordon Smith hace 11 años
padre
commit
d4f95497ed
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      esp/files/scripts/QuerySetLogicalFilesWidget.js

+ 1 - 1
esp/files/scripts/QuerySetLogicalFilesWidget.js

@@ -62,7 +62,7 @@ define([
                 store: this.store,
                 columns: {
                     col1: selector({ width: 27, selectorType: 'checkbox' }),
-                    Name: {label: this.i18n.LogicalFiles, width: 180, sortable: false}
+                    Name: {label: this.i18n.LogicalFiles}
                 }
             }, domID);