-
-
Notifications
You must be signed in to change notification settings - Fork 187
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
[NodeBundle] Allow NodeMenuItem to be extended #2677
base: master
Are you sure you want to change the base?
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.
Hi @, your PR needs some changes
- It seems that our checklist is missing or incomplete
- your PR title should look like
[SomeBundle] Fixed some code
189506a
to
eb1f035
Compare
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.
Hi @, your PR needs some changes
- This PR seems to need a milestone of a minor release.
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.
Hi @, your PR passed all our requirements.
Thank you for contributing!
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.
What would be the usecase to extend the node menu? What "feature" is missing or part need to be extendable?
It's less about making A year and a half on, I don't recall all the intricacies of the problem, but the basic issue was that I had needed to alter the behaviour of the |
Altered the NodeMenu helper to instantiate new NodeMenuItems using a protected method so NodeMenuItem can be replaced or extended without the developer being forced to override every method in NodeMenu that creates a new instance.