tnx-shared 5.1.285 → 5.1.286

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.
@@ -23959,7 +23959,10 @@
23959
23959
  this.crudList = content;
23960
23960
  if (!beforeValue) {
23961
23961
  this.countReady++;
23962
- console.log(this.crudList.container);
23962
+ if (!this.keyA) {
23963
+ this.keyA = this._commonService.guid();
23964
+ }
23965
+ console.log(this.keyA, this.crudList.container);
23963
23966
  if (!this.crudList.checkIsInsideDialog()) {
23964
23967
  this.loadItemFromQueryParam();
23965
23968
  }
@@ -24709,6 +24712,7 @@
24709
24712
  pid = this._activatedRoute.snapshot.queryParams.pid;
24710
24713
  }
24711
24714
  if (pid) {
24715
+ console.log(this.keyA, this.constructor.name);
24712
24716
  this.loadDetailPid(pid);
24713
24717
  }
24714
24718
  else if (idInQueryString) {