Tuesday, May 9, 2023
1 change · master
Resolved issues and error corrections
Point of Sale no longer crashes on mobile devices when the restaurant module is installed. The core PoS and loyalty flows are now tested in mobile mode as well, reducing the risk of future mobile-only issues.
Original PR description
Previously, opening the PoS on a mobile device with pos_restaurant installed would crash, this was caused by pos_restaurant loading an addon for jQuery UI in the pos bundle, but jQuery UI is no longer present in the bundle. The first commit removes that addon. To prevent mobile-only issues like this from occurring in the future, the second commit makes it so that all the basic pos tours are also run in mobile mode.