File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,11 @@ Versioning](https://semver.org/spec/v2.0.0.html).
8
8
9
9
## [ Unreleased]
10
10
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
+
11
16
## [ 1.6.2] - 2023-08-20
12
17
13
18
* [ 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