浏览代码

Merge pull request #5454 from GordonSmith/HPCC-10893

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

Reviewed-By: Miguel Vazquez <miguel.vazquez@lexisnexis.com>
Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 11 年之前
父节点
当前提交
6d00f1d458
共有 1 个文件被更改,包括 1 次插入1 次删除
  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);