https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33544
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #18 from David Nind <[email protected]> --- I had a go at testing, however I think with some of the changes in train for ILL that this may need some more work? I tested with the ILL FreeForm backend, with the 24.05.x branch. However, after the patch the list of ILL requests does not actually list the requests - you get the table headings, but no details and a JavScript error (when using the developer tools): Uncaught SyntaxError: Unexpected token ':' (at ill-list-table_24.0600000.js:246:23) No metadata enrichment plugins found. ill-batch-modal_24.0600000.js:4 Draft test plan: 1. Enable the ILL module and an ILL backend: . bash <(curl -s https://raw.githubusercontent.com/ammopt/koha-ill-dev/master/start-ill-dev.sh) . change to the FreeForm directory: cd Koha/Illbackends/FreeForm . checkout the 24.05.x branch: git checkout 24.05.x 2. Create an ILL request (any type is fine, Journal article recommended) 3. List all ILL requests - note that table goes off the page to the right). 4. Apply the patch and restart everything. 5. Duplicate the tab (so that you can compare the table layout) and refresh the page. 6. Notice that: . the title details (columns for author, title, article title, issue, volume, year, pages) are now in one column, Request details . there is a Batch column (?) . to edit the request, click on XXX . the table no longer overflows 7. Sign off D: -- 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/
