Fixed the status for admin rejection of host application for resubmit workflow
This commit is contained in:
@@ -1631,10 +1631,10 @@ export class MinglarService {
|
||||
hostStatusDisplay: HOST_STATUS_DISPLAY.UNDER_REVIEW,
|
||||
},
|
||||
data: {
|
||||
hostStatusInternal: HOST_STATUS_INTERNAL.REJECTED,
|
||||
hostStatusDisplay: HOST_STATUS_DISPLAY.REJECTED,
|
||||
adminStatusInternal: MINGLAR_STATUS_INTERNAL.ADMIN_REJECTED,
|
||||
adminStatusDisplay: MINGLAR_STATUS_DISPLAY.REJECTED,
|
||||
hostStatusInternal: HOST_STATUS_INTERNAL.HOST_TO_UPDATE,
|
||||
hostStatusDisplay: HOST_STATUS_DISPLAY.ENHANCING,
|
||||
adminStatusInternal: MINGLAR_STATUS_INTERNAL.AM_REJECTED,
|
||||
adminStatusDisplay: MINGLAR_STATUS_DISPLAY.ENHANCING,
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
@@ -14,6 +14,7 @@ export async function sendEmailToHostForRejectedApplication(
|
||||
const htmlContent = `
|
||||
<p>Dear Host,</p>
|
||||
<p>Sorry to say that, But your application to minglar admin has been rejected.</p>
|
||||
<p>Please update your application and resubmit it.</p>
|
||||
<p>If you have any questions please contact to minglar admin.</p>
|
||||
<p>Best regards,<br/>Minglar Team</p>
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user