File tree 2 files changed +4
-1
lines changed 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ Versioning](https://semver.org/spec/v2.0.0.html).
8
8
9
9
## [ Unreleased]
10
10
11
+ * [ PR-73] ( https://github.com/itk-dev/kunstdatabasen/pull/73 )
12
+ Fixed closing X in admin popups.
13
+
11
14
## [ 1.6.2] - 2023-08-20
12
15
13
16
* [ PR-72] ( https://github.com/itk-dev/kunstdatabasen/pull/72 )
Original file line number Diff line number Diff line change 5
5
<h4 class =" modal-title" id =" item-details-modal-title" ></h4 >
6
6
<div class =" float-right" >
7
7
<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 }}" >
9
9
<span aria-hidden =" true" ><i class =" fas fa-times" ></i ></span >
10
10
</button >
11
11
</div >
You can’t perform that action at this time.
0 commit comments