[Koha-bugs] [Bug 29010] weight input pattern wrong

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 14 15:50:40 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29010

--- Comment #4 from Thomas Klausner <domm at plix.at> ---
Test Plan:

* Enable Elasticsearch (but no need to actually index anyting)
* go to cgi-bin/koha/admin/searchengine/elasticsearch/mappings.pl
* Enter an integer (eg "8") into any "weight" column and click save
* Koha now displays the value as NUMERIC, eg. "8.00"
* Change nothing, and click save again
* Save does not work, you get a warning by the browser that the input does not
match the requested format (because in the html field only ints are allowed,
but the DB stored the value as numeric and returns it as such)
* Workaround: Change all the values back to ints (i.e. remove ".00"), but this
is very cumbersome if you have several weights

* apply the patch

* Now try to save again (without changing eg "8.00" to "8". It works
* Add a new weight (eg "4"), save, it's turned into "4.00", but saving again
still works

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list