diff options
author | Ătienne Loks <etienne.loks@iggdrasil.net> | 2023-07-03 18:11:28 +0200 |
---|---|---|
committer | Ătienne Loks <etienne.loks@iggdrasil.net> | 2023-07-03 18:19:22 +0200 |
commit | 7ca43bf432f679dab4a834e81ad5b708fbbb06b0 (patch) | |
tree | d74a3632bc612c9d4405f9865ac36b90e63515fa /changelog | |
parent | 6e10770d2c121a88be0368c8764c47596bc884ba (diff) | |
download | Ishtar-7ca43bf432f679dab4a834e81ad5b708fbbb06b0.tar.bz2 Ishtar-7ca43bf432f679dab4a834e81ad5b708fbbb06b0.zip |
đ Fix "*" search for text fields (refs #5325)
Diffstat (limited to 'changelog')
-rw-r--r-- | changelog/en/changelog_2022-06-15.md | 1 | ||||
-rw-r--r-- | changelog/fr/changelog_2023-01-25.md | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index 6a172482d..835aeffc7 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -8,6 +8,7 @@ v4.0.50 - 2999-12-31 ### Bug fixes ### - Operation form: the operation code field (Patriarche) is no longer optional +- fix "*" search for text fields (refs #5325) - forms - unit input: fix round float display - sheet: fix float display for hectare - fix crash on qrcode generation for base finds diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md index fc3b42bdf..358d70615 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -8,6 +8,7 @@ v4.0.50 - 2999-12-31 ### Corrections de dysfonctionnements ### - Formulaire opération : le champ code opération (Patriarche) n'est plus facultatif +- Correction de la recherche "*" pour les champs texte (refs #5325) - Formulaires - champ unité : correction des arrondis des flottants - Fiche : correction de l'affichage à virgule pour les hectares - Correction d'erreur lors de la génération de qrcode pour le mobilier d'origine |