sending the statuses in the getAllPQPDetailsForAM API
This commit is contained in:
@@ -2059,11 +2059,21 @@ export class MinglarService {
|
||||
select: {
|
||||
id: true,
|
||||
activityTitle: true,
|
||||
activityRefNumber: true,
|
||||
activityDisplayStatus: true,
|
||||
activityInternalStatus: true,
|
||||
amInternalStatus: true,
|
||||
amDisplayStatus: true,
|
||||
host: {
|
||||
select: {
|
||||
id: true,
|
||||
companyName: true,
|
||||
logoPath: true
|
||||
logoPath: true,
|
||||
user: {
|
||||
select: {
|
||||
userRefNumber: true,
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -2140,6 +2150,12 @@ export class MinglarService {
|
||||
hostId: item.activity.host.id,
|
||||
hostCompanyName: item.activity.host.companyName,
|
||||
hostLogoPath: item.activity.host.logoPath,
|
||||
activityRefNumber: item.activity.activityRefNumber,
|
||||
activityDisplayStatus: item.activity.activityDisplayStatus,
|
||||
activityInternalStatus: item.activity.activityInternalStatus,
|
||||
amInternalStatus: item.activity.amInternalStatus,
|
||||
amDisplayStatus: item.activity.amDisplayStatus,
|
||||
userRefNumber: item.activity.host.user.userRefNumber,
|
||||
pqqsubCategories: [],
|
||||
};
|
||||
} else if (!grouped[cat.id].activityPqqHeaderId) {
|
||||
|
||||
Reference in New Issue
Block a user