barsa-sap-ui 2.3.54 → 2.3.55

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.
@@ -8548,13 +8548,17 @@ class UiPdfViewerComponent extends DeviceInfoFieldBaseComponent {
8548
8548
  }
8549
8549
  _refreshButtons() {
8550
8550
  this._refreshButtonsHelper(false);
8551
- BarsaApi.Common.Async.Waterfall('Common.File.IsAgentActive', [
8552
- // Common.FileAgent.IsAgentActive.bind(Common.FileAgent),
8553
- BarsaApi.Common.AgentHelper.Init.bind(BarsaApi.Common.AgentHelper)
8554
- ], (_err, result) => {
8555
- const agentIsActive = result === 'OK';
8556
- this._refreshButtonsHelper(agentIsActive);
8557
- });
8551
+ // BarsaApi.Common.Async.Waterfall(
8552
+ // 'Common.File.IsAgentActive',
8553
+ // [
8554
+ // // Common.FileAgent.IsAgentActive.bind(Common.FileAgent),
8555
+ // BarsaApi.Common.AgentHelper && BarsaApi.Common.AgentHelper.Init.bind(BarsaApi.Common.AgentHelper)
8556
+ // ],
8557
+ // (_err, result) => {
8558
+ // const agentIsActive = result === 'OK';
8559
+ // this._refreshButtonsHelper(agentIsActive);
8560
+ // }
8561
+ // );
8558
8562
  }
8559
8563
  _refreshButtonsHelper(isAgentActive) {
8560
8564
  this.disableOrReadonly$.subscribe((disableOrReadonly) => {