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