diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-05-09 17:52:08 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-05-09 17:52:08 +0200 |
commit | c3309b29195d6c48914534360883acd543e23e20 (patch) | |
tree | 09567953848bbc095e1eaad8abb193993512e2af /changelog | |
parent | 88051c68f3fba47bf37aee7b0cb6763f04f33a02 (diff) | |
download | Ishtar-c3309b29195d6c48914534360883acd543e23e20.tar.bz2 Ishtar-c3309b29195d6c48914534360883acd543e23e20.zip |
Fix container search for documents
Diffstat (limited to 'changelog')
-rw-r--r-- | changelog/en/changelog_2022-06-15.md | 7 | ||||
-rw-r--r-- | changelog/fr/changelog_2023-01-25.md | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index 6f2dcd27b..3c29d3a36 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -4,6 +4,13 @@ v4.0.45 - 2023- ### Features/improvements ### - Administration: improved display of subcategories (in color) +### Bug fixes ### +- Fix town search for warehouses and organizations +- Fix container search for documents + +### Technical ### +- Migration font-awesome -> fork-awesome +- Inline JS migrated to a dynamic, cacheable settings.js v4.0.44 - 2023-04-17 -------------------- diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md index 5194c26bf..86a2caa87 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -4,6 +4,13 @@ v4.0.45 - 2023- ### Fonctionnalités/améliorations ### - Administration : affichage des sous-catégories amélioré (en couleur) +### Corrections de dysfonctionnements ### +- Correction de la recherche commune pour les lieux de conservation et les organisations +- Correction de la recherche contenant pour les documents + +### Technique ### +- Migration de la bibliothèque font-awesome -> fork-awesome +- JS inline migré vers un settings.js dynamique pouvant être mis en cache v4.0.44 - 2023-04-17 |