Bugzilla – Attachment 152375 Details for
Bug 33963
Remove C4::BackgroundJob
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33963: Remove leftovers from previous works
Bug-33963-Remove-leftovers-from-previous-works.patch (text/plain), 2.74 KB, created by
Martin Renvoize (ashimema)
on 2023-06-15 08:45:28 UTC
(
hide
)
Description:
Bug 33963: Remove leftovers from previous works
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2023-06-15 08:45:28 UTC
Size:
2.74 KB
patch
obsolete
>From 5bbef1824eada0d83ded3dbeaedceb912209da9b Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 8 Jun 2023 17:33:10 +0200 >Subject: [PATCH] Bug 33963: Remove leftovers from previous works > >Signed-off-by: Sam Lau <samalau@gmail.com> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > .../intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt | 2 -- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload-images.tt | 2 -- > t/lib/Mocks/Zebra.pm | 1 - > 3 files changed, 5 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt >index c65fb3799b..5da5e4e88a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt >@@ -126,8 +126,6 @@ > <input type="hidden" name="profile_id" id="profile_id"/> > <fieldset class="rows"> > <input type="hidden" name="uploadedfileid" id="uploadedfileid" value="" /> >- <input type="hidden" name="runinbackground" id="runinbackground" value="" /> >- <input type="hidden" name="completedJobID" id="completedJobID" value="" /> > <legend>Settings</legend> > <ol><li> > <label for="comments">Comments about this file: </label> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload-images.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload-images.tt >index 3bd559dfd8..aef69c110a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload-images.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload-images.tt >@@ -207,8 +207,6 @@ > > <form method="post" id="processfile" action="/cgi-bin/koha/tools/upload-cover-image.pl" enctype="multipart/form-data"> > <input type="hidden" name="uploadedfileid" id="uploadedfileid" value="" /> >- <input type="hidden" name="runinbackground" id="runinbackground" value="" /> >- <input type="hidden" name="completedJobID" id="completedJobID" value="" /> > > [% IF itemnumber %] > <input type="hidden" id="itemnumber" name="itemnumber" value="[% itemnumber | html %]" /> >diff --git a/t/lib/Mocks/Zebra.pm b/t/lib/Mocks/Zebra.pm >index 20f9bc6416..00c76ccf82 100644 >--- a/t/lib/Mocks/Zebra.pm >+++ b/t/lib/Mocks/Zebra.pm >@@ -166,7 +166,6 @@ sub load_records_ui { > 'comments' => '', > 'encoding' => 'utf8', > 'parse_items' => '1', >- 'runinbackground' => '1', > 'record_type' => 'biblio' > } > }, >-- >2.41.0
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 33963
:
152207
|
152208
|
152348
|
152349
|
152374
| 152375