-
Notifications
You must be signed in to change notification settings - Fork 40
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
[UX] The exposed filter for 'Username' is labeled 'Name' which can be confusing #2302
Comments
PS: sorry for making the change without filing a proper issue under the borg issue queue @jenlampton. What is the roper way to propose changes for the website? Do we create PRs? If so, how do we do that for views? Do we export the view after we make the changes and provide a diff? |
There is no "full name" thing in backdrop core, so we can't make this change anywhere else other than backdropcms.org. |
Oh, I see what's going on. Yes, this is confusing. The label for that exposed filter should be To prevent others from suffering this same confusion we should change the label on that exposed to |
Done 😉
Oh, me! me! ... |
In the PR, I've only changed the label in the view .json file. That will only effect new installations, so I need to add an update hook that fixes this on existing ones. |
The current PR looks great. An update hook would be great though. |
Questions before I move forward with this PR:
|
|
Looks like we still need an update hook here moving to |
Rerolled the PR with an update hook at backdrop/backdrop#2207. I couldn't apply the old PR (seems the source repo is gone), so I made a new one. |
Merged backdrop/backdrop#2207 into 1.x and 1.10.x. |
In backdrop-ops/docs.backdropcms.org#196 before assigning the "Editor" role to @olafgrabienski I wanted to first check what roles are assigned to me. So, I logged in to b.org and navigated to the manage user accounts page and searched for "gregory":
There were no results because the exposed search filter "Name" only searches by username. So, I've changed that to a "Global: Combine fields filter" that searches by both username and full name:
Lets have that be the default with core so that users don't have to wonder and then have to do the extra work. Things work out of the box = better UX 😉
PR by @klonos: backdrop/backdrop#1628PR by @quicksketch: backdrop/backdrop#2207
The text was updated successfully, but these errors were encountered: