Wednesday, June 1, 2022
3 changes · master
Resolved issues and error corrections
The Point of Sale action used for home-page login setup has been renamed from “Open POS Menu” to “Reload POS Menu.” This makes the action’s purpose clearer for administrators configuring internal users to land directly on the POS menu.
Original PR description
Some users use home action to have internal users directly login on the pos menu but trying to do so is difficult because of the current misleading names: "Open POS Menu" is a client action used in the code to reload the page so a better fit would be "Reload POS Menu" ~~There are two "Point of Sale" actions thus changing them to "Point of Sale Configuration" and "Point of Sale Menu" is relevant.~~ opw-2830883
This change removes an outdated layout setting from the Discuss messaging area. It keeps the interface code aligned with the current page structure and reduces the chance of unnecessary layout side effects.
Original PR description
The discuss container used to have a flex parent but hasn't anymore (its parent is now the actionManagerContainer instead of the discussWidget). The flex-grow class has now become useless. This PR removes it.
This fixes an issue in the Mail app’s internal data handling so certain update instructions are accepted correctly. It helps prevent errors in mail-related features and improves stability without changing the user experience.