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
store_id = 0 has value 20
store_id = 1 has value 18
store_id = 2 has value 20
When you hover over the tooltip, it only shows '18' for store_id 1. It doesn't show '20' for store_id 2. While this is functionally true since for the frontend, it won't matter, technically there's a difference.
The text was updated successfully, but these errors were encountered:
The module is supposed to show a warning if a value differs from the default value. So, this is intended behavior.
Out of interested: what do you need the information for?
I think it should give a warning when there is data present in the store view, irregardless of whether it is the same value compared to store_id 0 value or not.
Use-case is a long story. Maybe we could show the value, but also append something like 'value found, but does not differ' or something?
store_id = 0 has value 20
store_id = 1 has value 18
store_id = 2 has value 20
When you hover over the tooltip, it only shows '18' for store_id 1. It doesn't show '20' for store_id 2. While this is functionally true since for the frontend, it won't matter, technically there's a difference.
The text was updated successfully, but these errors were encountered: