You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using Rails 7.0.4.2 and ruby 3.1.2 and spree v4.5.1 I've noticed when creating or updating a shipping method and setting it to be displayed to backed, the admin backend dropdown is selecting "All".
I expect when I create or update a shipping method and set "Display" to Admin Panel, I expect the Admin Panel selection to be selected.
I'm using spree_frontend and though, in database, I can see my selection was correct display_on: backend, on the checkout/delivery page, all delivery options are visible.
The text was updated successfully, but these errors were encountered:
Using Rails 7.0.4.2 and ruby 3.1.2 and spree v4.5.1 I've noticed when creating or updating a shipping method and setting it to be displayed to backed, the admin backend dropdown is selecting "All".
I expect when I create or update a shipping method and set "Display" to Admin Panel, I expect the Admin Panel selection to be selected.
I'm using spree_frontend and though, in database, I can see my selection was correct
display_on: backend
, on thecheckout/delivery
page, all delivery options are visible.The text was updated successfully, but these errors were encountered: