tnx-shared 5.1.416 → 5.1.417

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.
@@ -21097,10 +21097,10 @@
21097
21097
  this.authorizePaths[ComCtxConstants.COMMON.DELETE_MULTIPLE] = this.authorizePath + "/DELETE_MULTIPLE";
21098
21098
  this.authorizePaths[ComCtxConstants.COMMON.EXPORT_EXCEL] = this.authorizePath + "/EXPORT_EXCEL";
21099
21099
  this.authorizePaths[ComCtxConstants.COMMON.EXPORT_ALL_EXCEL] = this.authorizePath + "/EXPORT_ALL_EXCEL";
21100
+ this.authorizeButtons.forEach(function (button) {
21101
+ _this.buttonApplyAuthorize[button] = true;
21102
+ });
21100
21103
  }
21101
- this.authorizeButtons.forEach(function (button) {
21102
- _this.buttonApplyAuthorize[button] = true;
21103
- });
21104
21104
  var userService = this._injector.get(UserService);
21105
21105
  var temp = userService.getCurrentUser();
21106
21106
  if (temp != null) {