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. Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
29bf5b8724
commit
4e6b4b4ae7
1 changed files with 1 additions and 1 deletions
|
@ -298,7 +298,7 @@
|
|||
</td>
|
||||
<td class="ar-date"><span title="[% ar.created_on | html %]">[% ar.created_on | $KohaDates %]</span></td>
|
||||
<td class="ar-actions">
|
||||
[% PROCESS actions menuid = "row" _ ar.id id_arg=ar.id pull_right='pull-right' aria_menu='ar-actions' %]
|
||||
[% PROCESS actions menuid = "row" _ ar.id id_arg=ar.id format=ar.format pull_right='pull-right' aria_menu='ar-actions' %]
|
||||
</td>
|
||||
</tr>
|
||||
[% END %]
|
||||
|
|
Loading…
Reference in a new issue