barsa-novin-ray-core 1.0.409 → 1.0.410

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.
@@ -6445,8 +6445,8 @@ class NotificationService {
6445
6445
  }
6446
6446
  loadUnreadNotificationCount() {
6447
6447
  BarsaApi.Bw.RunBlMethodAsync({
6448
- Parameters: [],
6449
- Method: 'GetShellbarNotificationCount',
6448
+ Parameters: [BarsaApi.LoginFormData.PortalId],
6449
+ Method: 'GetShellbarNotificationCountByPortalId',
6450
6450
  SuccessFn: (e) => {
6451
6451
  this._updateUnreadAndCount(e);
6452
6452
  this._notifiationCountLoaded$.next(true);
@@ -6462,8 +6462,8 @@ class NotificationService {
6462
6462
  }
6463
6463
  this.notificationLoading(true);
6464
6464
  BarsaApi.Bw.RunBlMethodAsync({
6465
- Parameters: [pageIndex],
6466
- Method: 'GetShellbarNotifications',
6465
+ Parameters: [pageIndex, BarsaApi.LoginFormData.PortalId],
6466
+ Method: 'GetShellbarNotificationsByPortalId',
6467
6467
  SuccessFn: (e) => {
6468
6468
  const notifications = this._notifications$.getValue();
6469
6469
  const notifListOfTags = notifications.map((c) => c.Tag);