monsieurbiz / SyliusCmsPagePlugin

A Sylius plugin to manage your CMS pages
MIT License
37 stars 25 forks source link

Avoid channel context error in show button while saving a page with error #48

Closed maximehuran closed 1 year ago

maximehuran commented 1 year ago

Avoid error while saving a page with invalid form. The _showInShopButton.html.twig is loaded in src/Resources/views/Admin/Page/Update/_toolbar.html.twig

With this PR the Update toolbar is only loaded in update route. Sylius does the same in the product admin toolbar.

image