@nettyapps/ntybase 21.1.27 → 21.1.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1388,10 +1388,9 @@ class NettyAgGridBase extends NettyAppsBase {
|
|
|
1388
1388
|
if (this.hasValidValue(this.parameterGUID())) {
|
|
1389
1389
|
this.setFilter();
|
|
1390
1390
|
this.loadData();
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
//
|
|
1394
|
-
this.commonService.clearOutlet();
|
|
1391
|
+
// } else if(!this._isPopupValid()){
|
|
1392
|
+
// // Clear right side nav if parameterGUID is not provided
|
|
1393
|
+
// this.commonService.clearOutlet();
|
|
1395
1394
|
}
|
|
1396
1395
|
});
|
|
1397
1396
|
}
|