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

Bugfix/#162/prevent protoui value duplication #169

Merged
merged 2 commits into from
Sep 10, 2023

Conversation

jgrenda
Copy link
Collaborator

@jgrenda jgrenda commented Sep 9, 2023

With the changes from #155b5f4 and #32140b4 the prototyping ui will not display duplicate Value- or CodeBehaviors.
Instead, it will display a little +1,+2,+3... counter next to the variable name for ValueBehaviors.
image
For CodeBehaviors this counter was deemed unnecessary but can easily be added to the code at a later point in time.
The code introduced for this issue can surely still be improved as for now the handling is done based on child types and counts within the prototyping ui.
Let me know if any changes are required before merging.

@jgrenda jgrenda requested a review from tom95 September 9, 2023 10:36
@jgrenda jgrenda self-assigned this Sep 9, 2023
@tom95
Copy link
Contributor

tom95 commented Sep 10, 2023

Great work, thank you!

@tom95 tom95 merged commit 2843052 into master Sep 10, 2023
1 of 2 checks passed
@JulianEgbert JulianEgbert deleted the bugfix/#162/prevent-protoui-value-duplication branch November 7, 2023 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants