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.
@@ -29305,9 +29305,11 @@ class FileManagerComponent extends DataListBase {
29305
29305
  this._hasLoadedSource = false;
29306
29306
  this.entityKeyChange.emit(this._entityKey);
29307
29307
  if (this.control.multiEntityKey) {
29308
+ this.plusUrl = 'ByEntityKeys';
29308
29309
  this.getFilesInEntityKey();
29309
29310
  }
29310
29311
  else {
29312
+ this.plusUrl = 'ByFolderId';
29311
29313
  this.rootFolderId = null;
29312
29314
  this.checkAndLoadRootFolderContent();
29313
29315
  }