AvS_ScopeHint icon indicating copy to clipboard operation
AvS_ScopeHint copied to clipboard

Value in storeview does not show when equal to default value

Open peterjaap opened this issue 6 years ago • 3 comments

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.

peterjaap avatar Sep 21 '17 08:09 peterjaap

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?

avstudnitz avatar Sep 21 '17 08:09 avstudnitz

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?

peterjaap avatar Sep 21 '17 10:09 peterjaap

IMHO: Always showing values gives the advantage to remove the store(view) values and use the parent value, this makes it easier to cleanup some data

JeroenBoersma avatar Sep 21 '17 10:09 JeroenBoersma