Skip to content
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

Remove View::id prop in favor of NameTrait::name #1769

Merged
merged 3 commits into from
Apr 9, 2022
Merged

Conversation

mvorisek
Copy link
Member

@mvorisek mvorisek commented Apr 9, 2022

part of #1765

View::id was basically a copy of NameTrait::name, but it was not used consistently

Final deduplicated name might be not the most intuitive one, but it is given by core trait NameTrait::name and is also much more used than View::id in the current code base. In the future, we might introduce a more intuitive getter for it with stricter global uniqueness check.

@PhilippGrashoff
Copy link
Collaborator

Thumbs up!

@mvorisek mvorisek merged commit d3ff728 into develop Apr 9, 2022
@mvorisek mvorisek deleted the rm_id_view_prop branch April 9, 2022 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants