HPCC-19395 Add URL param for new DESDL widget Reviewed-By: Gordon Smith <gordon.smith@lexisnexis.com> Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
@@ -41,6 +41,13 @@ define([
if (this.inherited(arguments))
return;
+ if (params.Id) {
+ this.grid.select(params.Id);
+ this.definitionWidget.init({
+ Id: params.Id
+ });
+ }
+
this._refreshActionState();
this.refreshGrid();
this.addContextMenuItems();