-
Notifications
You must be signed in to change notification settings - Fork 507
Names clarifications #8107
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
base: master
Are you sure you want to change the base?
Names clarifications #8107
Conversation
| 'BEL' => 'Bell', | ||
| '9B' => 'Bellphone', | ||
| '63' => 'Beyond', | ||
| 'BG' => 'BGH', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should not remove records from the listing in general. Matomo internally only stores the short codes. Might cause problems. So maybe instead of removing the records, just add a comment after the line that it's not used anymore and only kept for BC reasons.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I already suggested and committed and approach in my comments in #8109 😅
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah sorry, I'm a bit short in time currently and don't have enough time to observe all changes here. Guess I missed it
Description:
Split from #8096 this covers name changes where name was changed to clarify specific brand (abbreviation expanded, postfix added/removed, etc.)
Review