Paygate / PayWeb_Magento_2

This is the PayGate PayWeb3 plugin for Magento 2.
GNU General Public License v3.0
2 stars 6 forks source link

Remove layout from core handles #33

Closed sprankhub closed 2 years ago

sprankhub commented 2 years ago

You as a third party extension should not modify the layout of core handles. This can lead to unexpected behaviour. You should just inherit the core layout. Since XML files are merged, defining no layout at all is the right way to go.

appinlet commented 2 years ago

@sprankhub noted with thanks. Will be merged into next deploy.

sprankhub commented 2 years ago

Why don't you just merge this PR, @appinlet?

appinlet commented 2 years ago

@sprankhub new code has an offline internal process for QA before it can be deployed.

sprankhub commented 2 years ago

Then you should fix your process :joy: