Thursday, April 24, 2025
3 changes · saas-18.2
Resolved issues and error corrections
This update adjusts automated checks for UrbanPiper point-of-sale orders so they look for order text more reliably. It helps reduce false test failures without changing the customer-facing ordering experience.
Original PR description
In this commit: === - Replaced all occurrences of `TicketScreen.nthRowContains()` with `UrbanPiper.orderHasText()` in test tours. task-4712861 runbot-115061
Portal users will no longer see a Share button that they cannot use in Documents. This removes confusion and keeps the portal view aligned with the actions actually available to those users.
Original PR description
**Before this PR:** The Share panel is not accessible to portal users, but the Share button is still visible to them. **After this PR:** The Share button will no longer be visible in the portal view. Task-4717553
Double-clicking a table border in the HTML editor no longer selects an entire column or triggers an error when the cursor is outside the table. This makes table editing more predictable and prevents a disruptive crash scenario for users editing content.
Original PR description
**Current behavior before PR:** - Double-clicking on a table border would select the table column if the selection was inside a table cell. - If the selection was outside the table, a traceback will occur. **Desired behavior after PR is merged:** - Now, a table cell is now only selected when the double-click is performed inside the cell, not on its border. task:4730234