Skip to content

Commit

Permalink
HPCC-18601 Re-evaluate package maps widget in 7.0
Browse files Browse the repository at this point in the history
Improving some of the code in PackageMapQueryWidget.js to take advantage
of the ECLWatch framework. U/I was not loading in 7.0.0 due
to some changes in dependencies - that has been fixed. Also, improve overall usability and
performance.

Signed-off by: Miguel Vazquez <miguel.vazquez@lexisnexis.com>
  • Loading branch information
Miguel Vazquez committed May 7, 2018
1 parent 743e67c commit 15c9a9d
Show file tree
Hide file tree
Showing 5 changed files with 182 additions and 283 deletions.
3 changes: 2 additions & 1 deletion esp/src/eclwatch/PackageMapDetailsWidget.js
Expand Up @@ -45,6 +45,7 @@ define([
templateString: template,
baseClass: "PackageMapDetailsWidget",
i18n: nlsHPCC,

borderContainer: null,
tabContainer: null,
validateWidget: null,
Expand Down Expand Up @@ -123,7 +124,7 @@ define([
this.process = params.process;
this.active = params.active;
if (params.packageMap) {
registry.byId(this.id + "Summary").set("title", params.packageMap);
registry.byId(this.id + "_Summary").set("title", params.packageMap);
domAttr.set(this.id + "PMID", "innerHTML", params.packageMap);
domAttr.set(this.id + "Target", "value", params.target);
domAttr.set(this.id + "Process", "value", params.process);
Expand Down

0 comments on commit 15c9a9d

Please sign in to comment.