Skip to content

Commit

Permalink
Merge pull request #346 from openeuropa/EPHEH-103
Browse files Browse the repository at this point in the history
EPHEH-103: Remove boolean parameter from twig merge call.
  • Loading branch information
brummbar authored Aug 1, 2023
2 parents 6cf5b9a + 7c58b0b commit 278c7ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/patterns/modal/pattern-modal.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
'data-bs-toggle': 'modal',
'data-bs-target': '#' ~ _id,
'aria-controls': _id
}, true) %}
}) %}
{% set _toggle = toggle|merge({
attributes: _toggle_attributes
}) %}
Expand Down
2 changes: 1 addition & 1 deletion templates/patterns/offcanvas/pattern-offcanvas.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
'data-bs-toggle': 'offcanvas',
'data-bs-target': '#' ~ offcanvas_id,
'aria-controls': offcanvas_id
}, true) %}
}) %}
{% set _toggle = toggle|merge({
attributes: _toggle_attributes
}) %}
Expand Down

0 comments on commit 278c7ed

Please sign in to comment.