File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/BootstrapAdminUi/templates/shared/crud Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 33<div class =" col-12 col-md-auto ms-auto d-print-none" >
44 <div class =" btn-list" >
55 {% if resources .definition .actionGroups .main is defined %}
6- {% for action in resources .definition .getEnabledActions (' main' ) %}
6+ {% for action in resources .definition .getEnabledActions (' main' )| sylius_sort_by( ' position ' ) %}
77 {{ sylius_grid_render_action(resources , action , null ) }}
88 {% endfor %}
99 {% endif %}
Original file line number Diff line number Diff line change 1111 <div class =" d-flex" >
1212 {% if data | length > 0 and definition .actionGroups .bulk is defined and definition.getEnabledActions (' bulk' )| length > 0 %}
1313 <div class =" sylius-grid-nav__bulk grid" >
14- {% for action in definition.getEnabledActions (' bulk' ) %}
14+ {% for action in definition.getEnabledActions (' bulk' )| sylius_sort_by( ' position ' ) %}
1515 {{ sylius_grid_render_bulk_action(resources , action , null ) }}
1616 {% endfor %}
1717 </div >
You can’t perform that action at this time.
0 commit comments