Tuesday, August 27, 2024
1 change · saas-17.2
Resolved issues and error corrections
Duplicating a spreadsheet sheet now correctly keeps comment tracking linked to the new sheet. This prevents errors when users add rows or columns after duplicating a sheet with comments, improving reliability for spreadsheet workflows.
Original PR description
Backport of https://github.com/odoo/enterprise/pull/68406 as the issue was introduced in saas-17.2. Duplicating a sheet would not add the sheet ID to the cellThreads map in the cell threads plugin. This would cause issues when adding rows or columns because the sheetId can't be referenced and an error is thrown. Added a case in handle in order to add the new sheet id from duplicating to the cellThreads map. opw-4100746