Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Value in storeview does not show when equal to default value #27

Open
peterjaap opened this issue Sep 21, 2017 · 3 comments
Open

Value in storeview does not show when equal to default value #27

peterjaap opened this issue Sep 21, 2017 · 3 comments

Comments

@peterjaap
Copy link

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.

@avstudnitz
Copy link
Owner

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?

@peterjaap
Copy link
Author

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?

@JeroenBoersma
Copy link

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

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants