chnages on move the issue

master^2
Bhaskar 5 months ago
parent 13b24f05be
commit 4757702d8e

@ -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