Friday, September 6, 2024
2 changes · master
Resolved issues and error corrections
Spreadsheet pivots are now inserted in the familiar static format by default instead of using dynamic formulas. This makes pivot results easier for everyday users to understand and use without needing advanced spreadsheet knowledge.
Original PR description
Dynamic pivot formulas technically are array formulas, which only are used by advanced excel users. The common user will more likely be lost with the concept whereas the static pivots "just work" out of the box. This revision removes the default insertion of pivot formula from their "splilled formula" form to their previous static form. task-4137727
This fix restores reliable appointment slot display when users choose a date from the calendar. It also prevents an error when changing appointment types on sites using only the Appointment app, keeping the booking flow smooth for customers.
Original PR description
This PR fixes following 2 issues introduced in 9e38975d3f1e9dc87a3061c06ce9df7cf562949c 1. Slots were sometimes not displayed when we select day from the calendar picker. 2. When only appointment is installed and we go to /appointment and then change the appointment type, it throws error. (original task 3928221) task-4163398