[Koha-bugs] [Bug 25279] Make the cities list use the API

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 5 16:28:02 CEST 2020


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

--- Comment #17 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
1. Small UI changes (not advertised)

Before: https://snipboard.io/cRdEWA.jpg
After : https://snipboard.io/qep6rS.jpg

a) No more pagination (should be restored imo)
b) Missing space between action buttons
c) Default sort order is not the name instead of the ID
d) Table is displayed even if empty
e) Default number of entries was 10, not 20 (better as it)

2. "Search cities" in the header does not longer works.

3. Why the indentation changes in cities.json?

4. We reached a point where we don't have XSS issue in our templates, all
variables are correctly escaped.
With this adding more JS code we should continue to enforce the rule, all the
variables must be correctly escaped.

5. How does it work with the column settings?

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


More information about the Koha-bugs mailing list