small change in resposne message of Create Activtiy handler
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
|
||||
// src/modules/host/services/host.service.ts
|
||||
import { Injectable } from '@nestjs/common';
|
||||
import {
|
||||
@@ -2661,7 +2662,7 @@ async createOrUpdateActivity(
|
||||
return {
|
||||
activityXid,
|
||||
activityRefNumber: activity.activityRefNumber,
|
||||
status: isDraft ? 'ACTIVITY_SAVED_AS_DRAFT' : 'ACTIVITY_SUBMITTED',
|
||||
status: isDraft ? ACTIVITY_INTERNAL_STATUS.ACTIVITY_DRAFT : ACTIVITY_INTERNAL_STATUS.ACTIVITY_SUBMITTED,
|
||||
};
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user