Bugzilla – Attachment 163172 Details for
Bug 36305
Inventory tools need adjustments for CSRF
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36305: Implement op paramters
Bug-36305-Implement-op-paramters.patch (text/plain), 1.77 KB, created by
Marcel de Rooy
on 2024-03-15 08:27:07 UTC
(
hide
)
Description:
Bug 36305: Implement op paramters
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2024-03-15 08:27:07 UTC
Size:
1.77 KB
patch
obsolete
>From c54387826a5d103528bf0fc5d9a7297133b02468 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Wed, 13 Mar 2024 12:19:31 -0400 >Subject: [PATCH] Bug 36305: Implement op paramters >Content-Type: text/plain; charset=utf-8 > >Signed-off-by: David Nind <david@davidnind.com> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt >index 2add52e253..60c4c8e4ac 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt >@@ -70,7 +70,7 @@ > [% UNLESS op %] > <form method="post" id="inventory_form" action="/cgi-bin/koha/tools/inventory.pl" enctype="multipart/form-data"> > [% INCLUDE 'csrf-token.inc' %] >- <input type="hidden" name="op" value="do_it" /> >+ <input type="hidden" name="op" value="cud-inventory" /> > > <fieldset class="rows"> > <legend>Use a barcode file</legend> >@@ -264,6 +264,8 @@ > [% IF op %] > <form method="post" action="/cgi-bin/koha/tools/inventory.pl"> > [% INCLUDE 'csrf-token.inc' %] >+ <input type="hidden" name="op" value="cud-inventory" /> >+ > <input type="hidden" name="minlocation" value="[% minlocation | html %]" /> > <input type="hidden" name="maxlocation" value="[% maxlocation | html %]" /> > <input type="hidden" name="location" value="[% location | html %]" /> >-- >2.30.2
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 36305
:
163114
|
163115
|
163153
|
163154
|
163171
| 163172 |
163173