Skip to content

Commit

Permalink
Merge pull request #10958 from miguelvazq/HPCC-18601
Browse files Browse the repository at this point in the history
HPCC-18601 Re-evaluate package maps widget in 7.0

Reviewed-By: Gordon Smith <gordon.smith@lexisnexis.com>
Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
  • Loading branch information
richardkchapman committed May 8, 2018
2 parents 2fc4311 + 58564ce commit 10f3787
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 10f3787

Please sign in to comment.