-
Notifications
You must be signed in to change notification settings - Fork 737
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
Interact menu - Fix condition in consolidated menu #9946
Interact menu - Fix condition in consolidated menu #9946
Conversation
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.
lgtm?
test code
prints out |
a similar bug also exists with reordering |
I found only 2 related self-actions:
So yes I also don't see a problem with reordering. But I found a bug: reordered |
When merged this pull request will:
Currently consolidated menu runs original condition code before statement but with child custom params. This can lead to error when child params are different to parent params.
Thanks @mrschick for another pointing to problem in #9876.
_insertChildrenChild
changes are made just for consistency. In fact it can be replaced with{}
because it looks like it's never used afterfnc_collectActiveActionTree
.I don't know why this wasn't implemented in #8060 :-(