소스 검색

HPCC-16222 Grid always opens last file in the list

Whenever a user is clicking on any row within QuerySetLogicalFiles the last row always opens due to an undefined id in the createDetail call.

Signed-off by: Miguel Vazquez <miguel.vazquez@lexisnexis.com>
Miguel Vazquez 8 년 전
부모
커밋
10f8f3c8f5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      esp/src/eclwatch/QuerySetLogicalFilesWidget.js

+ 1 - 1
esp/src/eclwatch/QuerySetLogicalFilesWidget.js

@@ -34,7 +34,7 @@ define([
         i18n: nlsHPCC,
 
         gridTitle: nlsHPCC.title_QuerySetLogicalFiles,
-        idProperty: "Name",
+        idProperty: "File",
 
         queryId: null,
         querySet: null,