ashok 6 months ago
commit 0d16e30fee

@ -4981,6 +4981,7 @@ exports.moveIssueToCategory = async (req, reply) => {
if (issue.hardwareId === hardwareId) {
support.categorizedIssues.push({
...issue,
masterHardwareId: issue.masterHardwareId || issue.hardwareId,
category,
movedAt: nowTime,
});

Loading…
Cancel
Save