ticketId added in mve to category

master^2
Bhaskar 4 months ago
parent 3cd12707c9
commit 499ed50705

@ -8178,6 +8178,7 @@ exports.moveIssueToCategory = async (req, reply) => {
hardwareId: issue.hardwareId, hardwareId: issue.hardwareId,
masterHardwareId: issue.masterHardwareId || issue.hardwareId, masterHardwareId: issue.masterHardwareId || issue.hardwareId,
category, category,
ticketId : issue.ticketId,
movedAt: nowTime, movedAt: nowTime,
movedToCategory: true, movedToCategory: true,
}); });
@ -8195,6 +8196,7 @@ exports.moveIssueToCategory = async (req, reply) => {
masterHardwareId: issue.masterHardwareId || issue.hardwareId, masterHardwareId: issue.masterHardwareId || issue.hardwareId,
slaveName, slaveName,
category, category,
ticketId : issue.ticketId,
movedAt: nowTime, movedAt: nowTime,
movedToCategory: true, movedToCategory: true,
}); });

Loading…
Cancel
Save