-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[EE6/7] In Entry Manager columns, Select Dropdown fields are shown using the field value, rather than the label #2653
Comments
I agree this is not consistent, however what we display here is what is getting displayed on front-end if you call field with a single tag. This is how the field has always been working in EE, and we can't change that without breaking existing installations.
|
@intoeetive With respect, I disagree with the above.
Could I ask that this be reopened and passed for a second opinion? Thanks. |
@TomJaeger what's your opinion on this? |
A lot of good points on this thread as a whole.. As we've discussed in the past, there are some inconsistencies in how the label -> value is handled with these fields and it's something we need to be to pay attention to. That being said, for the entry manager, we should display it as the Label to stay consistent in the Control Panel. We can't change the default behavior for the templates though. |
…not labels in Entry Manager (cherry picked from commit 939020e)
…not labels in Entry Manager (cherry picked from commit 939020e)
When displaying a Select Dropdown field as a column in the Entry Manager, EE displays the field value, rather than the field label. This is inconsistent with other fields — for example, Checkboxes fields display the label. And it's also less user-friendly. The field value is for internal use, e.g. in code. Rather than the field value, EE should display the field label for Select Dropdown fields in Entry Manager columns.
The text was updated successfully, but these errors were encountered: