Bug 36426: Fix 'Set request as pending'

From
  commit cb64ea0c54
  Bug 36084: svc - article_request - POC

It's missing data-ar-id on .ar-set-pending-request

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
Jonathan Druart 2024-03-26 08:36:40 +01:00 committed by Katrin Fischer
parent 27a651388d
commit 6be8cd8302
Signed by: kfischer
GPG key ID: 0EF6E2C03357A834

View file

@ -26,7 +26,7 @@
<ul class="dropdown-menu [% pull_right | html %]" role="menu" aria-labelledby="[% aria_menu | html %]">
<li>
<a class="ar-set-pending-request" href="#">
<a class="ar-set-pending-request" data-ar-id="[% id_arg | uri %]" href="#">
<i class="fa fa-bars"></i>
Set request as pending
</a>