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 Apr 25, 2018
1 parent c2eb0d6 commit f874e38
Show file tree
Hide file tree
Showing 5 changed files with 182 additions and 282 deletions.
3 changes: 2 additions & 1 deletion esp/src/eclwatch/PackageMapDetailsWidget.js
Expand Up @@ -44,6 +44,7 @@ define([
templateString: template,
baseClass: "PackageMapDetailsWidget",
i18n: nlsHPCC,

borderContainer: null,
tabContainer: null,
validateWidget: null,
Expand Down Expand Up @@ -121,7 +122,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 f874e38

Please sign in to comment.