ashok 6 months ago
commit 0d16e30fee

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

Loading…
Cancel
Save