Summary: | Article requests: Edit URLs link missing in the New tab | ||
---|---|---|---|
Product: | Koha | Reporter: | Marcel de Rooy <m.de.rooy> |
Component: | Circulation | Assignee: | Marcel de Rooy <m.de.rooy> |
Status: | RESOLVED FIXED | QA Contact: | Katrin Fischer <katrin.fischer> |
Severity: | normal | ||
Priority: | P5 - low | CC: | arthur.suzuki, gmcharlt, kyle.m.hall, lucas, tomascohen, wainuiwitikapark |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
22.11.00, 22.05.08, 21.11.15
|
|
Circulation function: | |||
Attachments: |
Bug 31903: Fix missing Edit URL link
Bug 31903: Fix missing Edit URL link |
Description
Marcel de Rooy
2022-10-21 09:24:43 UTC
Created attachment 142313 [details] [review] Bug 31903: Fix missing Edit URL link We need to pass format too for New tab (see Pending/Processing). Test plan: Include SCAN format in AR preferences. Check circ rules too. Add a new request. Check Circulation, Article requests, New tab. Verify that the Actions menu for a single row (!) does contain the option now. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Trivial one-liner, not widely used (yet). Self SO Took me a little bit to find the missing piece: * Set ArticleRequestsSupportedFormats to PHOTOCOPY|SCAN * Create an article request for a digital copy. Maybe we could dig out the older bugs here and mark them needs documenting? Appears to be an interesting feature! Created attachment 142366 [details] [review] Bug 31903: Fix missing Edit URL link We need to pass format too for New tab (see Pending/Processing). Test plan: * Include SCAN format in ArticleRequestSupportedFormats system preferences. * Check circ rules to allow article requests. * Add a new request for digital copy and another for photocopy. * Check Circulation - Article requests - New tab. * Verify that the Actions menu for a single row for the digital copy does contain the "Edit URL(s)" option now. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> Amended test plan. Pushed to master for 22.11. Nice work everyone, thanks! Backported to 22.05.x for upcoming 22.05.08 applied to 21.11 for 21.11.15 Not backported to 21.05.x |