Patch Changes
-
#6886
9cf70fbThanks @mirekm! - Account Settings is now a personal workspace: edit your profile, manage sidebar pins and extension widgets. -
#6885
ab25a8dThanks @wcislo-saleor! - Fixed replacing or clearing a file attribute value failing with a permission
error for users without attribute-management permissions. The dashboard no
longer callsattributeValueDeletebefore saving products, variants, and
models — Saleor 3.23.30 and above clean up the detached file value as part of the
update itself, and on older versions the update still succeeds. -
#6911
44acb02Thanks @lkostrowski! - Pinned fullscreen home widgets now appear as their own rows under the sidebar Home section, so you can open one directly instead of going to Home first and picking its tab. -
#6902
1730bc6Thanks @mirekm! - Staff emails now has a New order alerts list. Merchants can choose which staff members get an email when a customer completes checkout.Find it under Configuration → Notifications → Staff emails. Assign or remove people there; the list saves immediately and is separate from the SMTP save bar. Draft orders completed in the Dashboard are not included.
-
#6905
3760736Thanks @lkostrowski! - Fixed the browser freezing when adding a value inline to a swatch attribute. The inline add row
handed its colour picker a fresh empty error object on every render, and the picker keys an
effect on that object — so each render wrote the colour back into the form, which triggered
another render, in an unbounded loop. The error object is now stable.
Full Changelog: 3.23.31...3.23.32