Users in the IDE were directed previously to DynamicESDLDefinitionDetailsWidget?Id=xxx the IDE should now use DynamicESDLDefinitionQueryWidget&Id=xxx Signed-off by: Miguel Vazquez <miguel.vazquez@lexisnexis.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();