HotFixes for Tidal Repository 1.13
This section contains the issues fixed for Tidal Repository 1.13:
Build 1.13.0.15 of TidalRepository
Ticket #107598 (TDLD-2513): When calendars are transferred between environments (CM to CM), they are incorrectly matched by ID instead of name, causing scheduling errors due to the misassigned calendar references.
Solution: We updated the code to ensure that calendars are mapped between environments based solely on their names, instead of their internal IDs.
Build 1.13.0.14 of TidalRepository
Ticket #96559 (TDLD-2078): The issue with moving ServiceNow actions due to a mismatch between the adapter and service ID. TR assumes that the source and destination share the same ID for the action to be moved.
Solution: We added a mapping type "Service" for the CM-to-CM mapping.
Build 1.13.0.13 of TidalRepository
Ticket #85763 (TDLD-1273): When updating a job group, only the selected jobs should sync to the repository. However, unmodified jobs are being unintentionally deleted in the sync process.
Solution: We adjusted deletion logic to update only selected jobs, preserving unmodified ones in the repository.