https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35600
Victor Grousset/tuxayo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #160023|0 |1 is obsolete| | --- Comment #5 from Victor Grousset/tuxayo <[email protected]> --- Created attachment 160085 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=160085&action=edit Bug 35600: Prevent checkouts table to flicker The checkouts table is displayed in the DOM then hidden in JS, then we show it if the cookie is set. This patch makes the table hidden by default, and show it if/when needed Test plan: Check an item out, see the checkouts list view Play with "Always show checkouts automatically", refresh the page => UI should behave better than before this patch Signed-off-by: Lucas Gass <[email protected]> Signed-off-by: Victor Grousset/tuxayo <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
