tnx-shared 5.3.201 → 5.3.202

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.
@@ -33539,9 +33539,11 @@
33539
33539
  this._hasLoadedSource = false;
33540
33540
  this.entityKeyChange.emit(this._entityKey);
33541
33541
  if (this.control.multiEntityKey) {
33542
+ this.plusUrl = 'ByEntityKeys';
33542
33543
  this.getFilesInEntityKey();
33543
33544
  }
33544
33545
  else {
33546
+ this.plusUrl = 'ByFolderId';
33545
33547
  this.rootFolderId = null;
33546
33548
  this.checkAndLoadRootFolderContent();
33547
33549
  }