Skip to content

Commit b4d3427

Browse files
committed
Merge branch 'develop'
2 parents b3d6f44 + 94d8345 commit b4d3427

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

99
## [Unreleased]
1010

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

1318
* [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)