https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27467
--- Comment #22 from Brendan Lawlor <[email protected]> --- (In reply to Martin Renvoize (ashimema) from comment #19) > I'm quite disappointed that bug 14322 got attention when this one didn't :( > > Haveing a general solution would be so much better than the single table > solution proposed, and now pushed, in the other bug :( On the bright side most of the the changes to update itemsearch.tt were progress in the right direction because previously the form could not be filled from url parameters at all. For the 'Edit search' button to work the template needs to be able to fill the form, no matter how the static url piece is implemented. The advsearch.tt template has the same sort of logic in the template to fill the form from url parameters so that the 'Edit this search' button works. The big difference between the two is that the link on Advanced search actually refreshes the page and sends url parameters to fill the form. The button on item search does not refresh the page it just uses javascript to show the form that the user (and now the template via url) had previously filled in. -- 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/
