You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During ticket merge first all existing links should be transfered from the merged ticket into the "merged into" ticket, and then a link between both tickets should be created:
During ticket merge first all existing links should be transfered from the merged ticket into the "merged into" ticket, and then a link between both tickets should be created:
otobo/Kernel/System/Ticket.pm
Lines 6563 to 6571 in 9b6f633
This seems to fail at times, which I assume is due to TicketMergeLinkedObjects() removing the previously existing link, but not deleting the cache:
otobo/Kernel/System/Ticket.pm
Lines 6824 to 6838 in 9b6f633
Which, if the link also was of the parent child type, will let LinkAdd() run into this error:
otobo/Kernel/System/LinkObject.pm
Line 519 in 9b6f633
Please confirm and fix by probably just clearing the cached links in TicketMergeLinkedObjects().
The text was updated successfully, but these errors were encountered: