mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Merge branch '1.7'
* 1.7: Add symfony/form conflict Add Sylius template events
This commit is contained in:
commit
450ddd15f0
2 changed files with 3 additions and 1 deletions
|
|
@ -188,7 +188,7 @@
|
|||
"api-platform/core": "^2.5.5",
|
||||
"doctrine/inflector": "^1.4",
|
||||
"sylius/grid-bundle": "1.7.4",
|
||||
"symfony/form": "4.4.9",
|
||||
"symfony/form": "^4.4.9",
|
||||
"symfony/symfony": "3.4.7",
|
||||
"twig/twig": "2.6.1"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -7,4 +7,6 @@
|
|||
{{ form_row(form.variant.version) }}
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
{{ sylius_template_event(['sylius.admin.product.' ~ action ~ '.tab_inventory', 'sylius.admin.product.tab_inventory'], {'form': form}) }}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue