-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Admin: Simple product show route generates a twig error #11386
Copy link
Copy link
Closed
Labels
AdminAdminBundle related issues and PRs.AdminBundle related issues and PRs.BugConfirmed bugs or bugfixes.Confirmed bugs or bugfixes.Good First IssueBugs and feature proposals, which are relatively simple to implement for newcomers.Bugs and feature proposals, which are relatively simple to implement for newcomers.
Metadata
Metadata
Assignees
Labels
AdminAdminBundle related issues and PRs.AdminBundle related issues and PRs.BugConfirmed bugs or bugfixes.Confirmed bugs or bugfixes.Good First IssueBugs and feature proposals, which are relatively simple to implement for newcomers.Bugs and feature proposals, which are relatively simple to implement for newcomers.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Sylius version affected: 1.7.0
Description
In Admin area: A simple product (unique variant) which has no channel activated generates a twig error in the route “
sylius_admin_product_show”. The view expects to have an array of channels in@AdminBundle/Product/Show/_pricing.html.twigSteps to reproduce