Merge branch 'dmp-refactoring' of https://code-repo.d4science.org/MaDgiK-CITE/argos into dmp-refactoring
This commit is contained in:
commit
7314bee9d2
|
@ -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)
|
||||||
|
|
|
@ -24,7 +24,7 @@ import { NotificationServiceFormattingModule } from '@notification-service/core/
|
||||||
MineInAppNotificationRoutingModule,
|
MineInAppNotificationRoutingModule,
|
||||||
UserSettingsModule,
|
UserSettingsModule,
|
||||||
CommonFormattingModule,
|
CommonFormattingModule,
|
||||||
// FormattingModule,
|
FormattingModule,
|
||||||
NotificationServiceFormattingModule
|
NotificationServiceFormattingModule
|
||||||
],
|
],
|
||||||
declarations: [
|
declarations: [
|
||||||
|
|
Loading…
Reference in New Issue