Wednesday, July 10, 2024
2 changes · saas-17.2
Resolved issues and error corrections
This update makes checkboxes easier to see in Studio when using dark mode by increasing border contrast. It also adjusts Kanban group backgrounds so Studio screens look more consistent and polished in dark mode.
Original PR description
Before this commit: -Checkboxes in studio were not clearly visible in dark mode due to the border color being too similar to the background. -o_kanban_group had a white background that looked out of place in dark mode. After this commit: -Color of the border of the checkboxes is inverted in dark mode for better visibility -Background color of o_kanban_group is changed to enhance its appearance in dark mode. Task-3920491
A spreadsheet test was corrected to match the intended behavior for cell comment threads. Unresolved threads should open their popover when selected, while resolved threads should not, helping keep future spreadsheet updates reliable.
Original PR description
The test `Selecting the cell with a unsolved thread does not open the thread popover` is wrong. The thread popover should open for unsolded threads, it's for resolved threads that it should not open. Running the test in debug make it clear that the threads popoved is opened. I'm not sure how the test was somehow passing. Task: [4042515](https://www.odoo.com/web#id=4042515&cids=1&menu_id=4720&action=333&active_id=2328&model=project.task&view_type=form)