Skip to content

Commit

Permalink
HPCC-16222 Grid always opens last file in the list
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Miguel Vazquez committed Sep 15, 2016
1 parent 317a001 commit 1e1fdb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esp/src/eclwatch/QuerySetLogicalFilesWidget.js
Expand Up @@ -34,7 +34,7 @@ define([
i18n: nlsHPCC,

gridTitle: nlsHPCC.title_QuerySetLogicalFiles,
idProperty: "Name",
idProperty: "File",

queryId: null,
querySet: null,
Expand Down

0 comments on commit 1e1fdb8

Please sign in to comment.