Skip to content

Commit

Permalink
[Behat] Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbager committed Nov 13, 2017
1 parent 0ac84a2 commit 616d027
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ sylius_grid:
type: string
label: bitbag.ui.answer
sortable: translation.answer
sections:
type: twig
label: bitbag.ui.sections
path: .
options:
template: "@BitBagCmsPlugin/Grid/Field/sections.html.twig"
filters:
search:
type: string
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{% from '@SyliusAdmin/Macro/translationForm.html.twig' import translationForm %}
{% form_theme form '@BitBagCmsPlugin/Form/theme.html.twig' %}

{{ form_errors(form) }}
Expand All @@ -8,5 +9,6 @@
{{ form_row(form.position) }}
</div>
{{ form_row(form.enabled) }}
{{ form_row(form.sections) }}
</div>
</div>

{{ translationForm(form.translations) }}

0 comments on commit 616d027

Please sign in to comment.