tnx-shared 5.3.198 → 5.3.200

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.
@@ -21215,7 +21215,7 @@
21215
21215
  function CongViecService(http, injector, _moduleConfigService, _dmLoaiCongViecService) {
21216
21216
  var _this = _super.call(this, http, injector, _moduleConfigService.getConfig().environment.apiDomain.congviecEndpoint + "/" + _moduleConfigService.getConfig().environment.apiVersion + "/CongViec_Chinh") || this;
21217
21217
  _this._dmLoaiCongViecService = _dmLoaiCongViecService;
21218
- _this.endPoint = _moduleConfigService.getConfig().environment.apiDomain.vanbanEndpoint;
21218
+ _this.endPoint = _moduleConfigService.getConfig().environment.apiDomain.congviecEndpoint;
21219
21219
  _this._moduleConfig = _moduleConfigService.getConfig();
21220
21220
  return _this;
21221
21221
  }
@@ -38086,7 +38086,9 @@
38086
38086
  };
38087
38087
  AuthorizeDirective.prototype.ngAfterViewInit = function () {
38088
38088
  var _this = this;
38089
- this.setAuthorizeButton();
38089
+ if (!this.permission) {
38090
+ this.setAuthorizeButton();
38091
+ }
38090
38092
  if (this._moduleCode) {
38091
38093
  this.appCode = this._moduleCode;
38092
38094
  }