-
Notifications
You must be signed in to change notification settings - Fork 7
Issue 0091 #120
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
Issue 0091 #120
Conversation
|
The CI is fix here : OpenSmock/Bloc-Serialization#11 |
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.
labordep
left a comment
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.
All cases are good expect the root case, I think this should be as the single selection case.
Hello, I choose "root" to be the collection containing the BlElement. It was a requirement that Pyramid saves a Collection of elements. If we make it able to edit the Is the |
Hi @Nyan11! We shouldn't show users the technical details of Pyramid. Why does it matter? If I understand your explaination there is an issue because if we expose the root to the user, this is not the "view" root but the pyramid edition "root", right ? The risk is to install behavior on this root and lost it when the view is opened in a test window or when the editor is closed to go back the original edited view ? |
Yes. For example, i set a specific layout in my root to display the children, this layout will not be replicated in "test space" or "original space". |
|
One possible solution is to force the user to always have always one element as root. The +++
The ---
|
|
Check this work : #111 Edit ok, tree is updated when a new element is added |
|






#91