http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2159 ------- Comment #2 from oleonard@myacpl.org 2008-05-23 12:23 ------- A couple of options off the top of my head: - Have the lists popup use AJAX to retrieve the list titles. Then every time the menu is opened you get fresh listings. Slower, though, and I don't know whether that conflicts with the session-related things going on with lits. - Update the lists contents via javascript as part of the process of closing the popup. The lists are written in the HTML and hidden by default, so they're in the DOM available for manipulation. This sounds doable, as long as the trigger for the change happens after the list is successfully created. ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.