Skip to content

Commit ee568de

Browse files
committed
SUPPORT-1203: Fixed modal close
1 parent c1f9ad7 commit ee568de

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ Versioning](https://semver.org/spec/v2.0.0.html).
88

99
## [Unreleased]
1010

11+
* [PR-73](https://github.com/itk-dev/kunstdatabasen/pull/73)
12+
Fixed closing X in admin popups.
13+
1114
## [1.6.2] - 2023-08-20
1215

1316
* [PR-72](https://github.com/itk-dev/kunstdatabasen/pull/72)

templates/admin/item/_modal.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<h4 class="modal-title" id="item-details-modal-title"></h4>
66
<div class="float-right">
77
<a id="item-details-modal-edit-link" class="me-3"><i class="fas fa-edit me-1"></i><span class="sr-only">{{ 'action.close'|trans }}</span></a>
8-
<button type="button" class="btn" data-dismiss="modal" aria-label="{{ 'action.close'|trans }}">
8+
<button type="button" class="btn" data-bs-dismiss="modal" aria-label="{{ 'action.close'|trans }}">
99
<span aria-hidden="true"><i class="fas fa-times"></i></span>
1010
</button>
1111
</div>

0 commit comments

Comments
 (0)