Bugzilla – Attachment 183278 Details for
Bug 40026
Edit item metadata should present Standard form if AutoILLBackendPriority is in use
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40026: 'Cancel' edit item metadata returns to request, not table view
Bug-40026-Cancel-edit-item-metadata-returns-to-req.patch (text/plain), 1.37 KB, created by
Pedro Amorim
on 2025-06-16 09:17:49 UTC
(
hide
)
Description:
Bug 40026: 'Cancel' edit item metadata returns to request, not table view
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2025-06-16 09:17:49 UTC
Size:
1.37 KB
patch
obsolete
>From eb53bc0ef9ac0a03665713102d73a26cde0984d5 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@openfifth.co.uk> >Date: Thu, 29 May 2025 12:39:48 +0000 >Subject: [PATCH] Bug 40026: 'Cancel' edit item metadata returns to request, > not table view > >--- > .../prog/en/includes/ill/backends/Standard/edititem.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/ill/backends/Standard/edititem.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/ill/backends/Standard/edititem.inc >index 764a67c0554..c7b4edba04d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/ill/backends/Standard/edititem.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/ill/backends/Standard/edititem.inc >@@ -75,7 +75,7 @@ > [% INCLUDE "ill/backends/Standard/shared/custom_fields.inc" %] > <fieldset class="action"> > <input id="ill-submit" class="btn btn-primary" type="submit" value="Update" /> >- <a class="cancel" href="/cgi-bin/koha/ill/ill-requests.pl">Cancel</a> >+ <a class="cancel" href="/cgi-bin/koha/ill/ill-requests.pl?op=illview&illrequest_id=[% whole.value.other.illrequest_id | html %]">Cancel</a> > </fieldset> > <input type="hidden" name="illrequest_id" value="[% whole.value.other.illrequest_id | html %]" /> > <input type="hidden" name="op" value="cud-edititem" /> >-- >2.39.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 40026
:
182836
|
182837
|
182838
|
182898
|
182899
|
182900
|
183276
|
183277
|
183278
|
183289
|
183290
|
183291