You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
first of all, thank you for this very complete module. We have started to integrate it in our magento 2 and we have 2 minor proposals that can greatly improve the developer experience.
For the context, we had to add 2 fields to the menu nodes. To do this, we had to override Node, which was done without a hitch, but we also had to copy/paste the following classes entirely:
This would make it easy to override node serialization via a preference.
\Snowdog\Menu\ServiceMenu\SaveRequestProcessor
For this class, would it be possible to make the properties and processNodeObject method protected ? This would make it easy to override the entity's valuation via a preference.
The text was updated successfully, but these errors were encountered:
we'd appreciate if you can create a PR and then our dev team will review it and if everything is clear we can include this improvement to the one of the next releases. Thanks in advance!
Hello,
first of all, thank you for this very complete module. We have started to integrate it in our magento 2 and we have 2 minor proposals that can greatly improve the developer experience.
For the context, we had to add 2 fields to the menu nodes. To do this, we had to override Node, which was done without a hitch, but we also had to copy/paste the following classes entirely:
but also the following template:
\Snowdog_MenuBlock\AdminhtmlEdit\Tab\Nodes
So, for this class, would it be possible to modify it slightly by doing something like :
This would make it easy to override node serialization via a preference.
\Snowdog\Menu\ServiceMenu\SaveRequestProcessor
For this class, would it be possible to make the properties and processNodeObject method protected ? This would make it easy to override the entity's valuation via a preference.
The text was updated successfully, but these errors were encountered: