When a patron has requested multiple article requests and they are listed in the Article Request tab, opac-user.pl (Summary Page), these requests are not stacking on top of each other, rather they are listed horizontally. The article requests should be listed out in a list format, as it is done in Holds, Purchase Suggestions etc.
Created attachment 145157 [details] [review] Bug 32597: Fix table display of OPAC article requests To test: 1. Enable ArticleRequests 2. Make some requests (two or more) on the OPAC and go to the user summary. 3. The table rows display horizontally. 4. Apply patch 5. Try step 2 again, the table should display correctly. Note: I made some whitespace changes to make the markup look correct.
<tr> in this case should be inside the TT loop
Created attachment 145160 [details] [review] Bug 32597: Fix table display of OPAC article requests To test: 1. Enable ArticleRequests 2. Make some requests (two or more) on the OPAC and go to the user summary. 3. The table rows display horizontally. 4. Apply patch 5. Try step 2 again, the table should display correctly. Note: I made some whitespace changes to make the markup look correct. Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Created attachment 145254 [details] [review] Bug 32597: Fix table display of OPAC article requests To test: 1. Enable ArticleRequests 2. Make some requests (two or more) on the OPAC and go to the user summary. 3. The table rows display horizontally. 4. Apply patch 5. Try step 2 again, the table should display correctly. Note: I made some whitespace changes to make the markup look correct. Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Nice work everyone! Pushed to 23.05.x for the next release
Nice work, thanks everyone! Pushed to 22.11.x for the next release.
Backported to 22.05.x for upcoming 22.05.09
depends on new features (Recalls) which is not present in 21.11.x. Won't backport.