Merge branch 'dmp-refactoring' of https://code-repo.d4science.org/MaDgiK-CITE/argos into dmp-refactoring

This commit is contained in:
Sofia Papacharalampous 2024-04-16 12:27:48 +03:00
commit 7314bee9d2
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ export class MineInAppNotificationListingDialogComponent extends BaseComponent i
nameof<InAppNotification>(x => x.trackingState), nameof<InAppNotification>(x => x.trackingState),
] ]
}; };
lookup.page = { offset: 0, size: 10 }; lookup.page = { offset: 0, size: 5 };
lookup.order = { items: ['-' + nameof<InAppNotification>(x => x.createdAt)] }; lookup.order = { items: ['-' + nameof<InAppNotification>(x => x.createdAt)] };
lookup.isActive = [IsActive.Active]; lookup.isActive = [IsActive.Active];
this.inappNotificationService.query(lookup) this.inappNotificationService.query(lookup)

View File

@ -24,7 +24,7 @@ import { NotificationServiceFormattingModule } from '@notification-service/core/
MineInAppNotificationRoutingModule, MineInAppNotificationRoutingModule,
UserSettingsModule, UserSettingsModule,
CommonFormattingModule, CommonFormattingModule,
// FormattingModule, FormattingModule,
NotificationServiceFormattingModule NotificationServiceFormattingModule
], ],
declarations: [ declarations: [