Skip to content

Commit

Permalink
#8106: ModelList btn_delete bug when hit Enter key
Browse files Browse the repository at this point in the history
  • Loading branch information
tdumalin committed Sep 21, 2023
1 parent 0bad359 commit 7a35d9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Resources/views/Form/form_admin_fields.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -646,6 +646,7 @@ file that was distributed with this source code.
<button
onclick="return remove_selected_element_{{ id }}(this);"
class="btn btn-danger btn-sm sonata-ba-action"
type="button"
{# NEXT_MAJOR: Remove the fallback on null and on btn_catalogue #}
title="{{
btn_translation_domain|default(null) is same as(false)
Expand Down

0 comments on commit 7a35d9c

Please sign in to comment.