-
-
Notifications
You must be signed in to change notification settings - Fork 825
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
User experience improvement - Remove the confusing mixed terminology used to describe Tags: "Tags (Categories)" and "Tag (Category)" #20268
Conversation
(Standard links)
|
@agileware-justin are you able to make those changes suggested by @demeritcowboy? He is correct that when updating labels in the UI, as a general rule it's not a good idea to update the machine names (even if those names are really dumb). |
660e152
to
018d3e6
Compare
@colemanw done |
018d3e6
to
391751c
Compare
Ok this still needs |
Justin said he was unable to run regen, but my thinking is a direct file edit would be fine here since no ids are changing. |
I guess I'm not 100% clear on what needs updating. This PR affects both the |
391751c
to
46b6d3e
Compare
@demeritcowboy I've added the sql/civicrm_generated.mysql you provided here (thanks), master...demeritcowboy:20268-2 Not sure why the bot is failing the build now. Any ideas? |
The link in your comment is correct but it looks like it's the earlier patch that's in this PR? |
a131fa7
to
b4dfeae
Compare
@demeritcowboy thanks for the Regen workflow, that's super handy. Regen'd SQL file updated to PR. |
Thanks for sticking with it just it's still changing the and |
b4dfeae
to
fd3a8e4
Compare
Right, because of this previous comment, gotcha.
|
… terminology used to describe Tags: "Tags (Categories)" and "Tag (Category)"
fd3a8e4
to
2f1ae93
Compare
Yay! |
It's handy to tag which CiviCRM release it'll be included with. |
Thanks for your help @demeritcowboy in getting this one over the line. Such a simple change, so many hoops. |
Overview
Remove the confusing mixed terminology used to describe Tags: "Tags (Categories)" and "Tag (Category)".
This comes up during CiviCRM training as questions like: "What's a Category? And what's the difference between Tags and Categories? Where are the Categories?".
This is a small user experience improvement.
Before
Confusing mixed terminology used to describe Tags: "Tags (Categories)" and "Tag (Category)"
After
Removed "(Categories)" and "(Category)" from the menu.
Technical Details
SQL update task added to CRM/Upgrade/Incremental/sql/5.39.alpha1.mysql.tpl - don't know if this is the way to do it, just a guess.
Comments
Agileware Ref: CIVICRM-1725