Bugzilla – Attachment 126389 Details for
Bug 28445
Use the task queue for the batch delete and update items tool
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28445: (follow-up) Display count of modified items when too many to display
Bug-28445-follow-up-Display-count-of-modified-item.patch (text/plain), 1.48 KB, created by
Tomás Cohen Arazi (tcohen)
on 2021-10-15 18:51:22 UTC
(
hide
)
Description:
Bug 28445: (follow-up) Display count of modified items when too many to display
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2021-10-15 18:51:22 UTC
Size:
1.48 KB
patch
obsolete
>From 6edf01d403ee5c3aa99318f1bee6adf4c5673555 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 15 Oct 2021 16:40:54 +0000 >Subject: [PATCH] Bug 28445: (follow-up) Display count of modified items when > too many to display > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > .../includes/background_jobs/batch_item_record_modification.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/background_jobs/batch_item_record_modification.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/background_jobs/batch_item_record_modification.inc >index 4d4fed19fb..37546d29cc 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/background_jobs/batch_item_record_modification.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/background_jobs/batch_item_record_modification.inc >@@ -33,7 +33,7 @@ > [% END %] > > [% IF too_many_items_display %] >- <p>Too many items ([% too_many_items_display | html %]): You have edited more than [% Koha.Preference('MaxItemsToDisplayForBatchMod') | html %] items in a batch, items will not be shown.</p> >+ <p>Too many items ([% report.modified_itemnumbers.size | html %]): You have edited more than [% Koha.Preference('MaxItemsToDisplayForBatchMod') | html %] items in a batch, items will not be shown.</p> > [% ELSIF items.size %] > [% PROCESS items_table_batchmod headers => item_header_loop, items => items, display_columns_selection => 1 %] > [% END %] >-- >2.33.1
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 28445
:
121372
|
123221
|
123222
|
123223
|
123224
|
123225
|
123226
|
123227
|
123228
|
123229
|
123239
|
123240
|
125801
|
125802
|
125803
|
125804
|
125805
|
125808
|
125810
|
125811
|
125812
|
125817
|
125865
|
126046
|
126047
|
126136
|
126137
|
126138
|
126139
|
126140
|
126141
|
126142
|
126217
|
126218
|
126219
|
126223
|
126328
|
126329
|
126330
|
126331
|
126332
|
126333
|
126334
|
126335
|
126336
|
126337
|
126338
|
126339
|
126352
|
126353
|
126354
|
126355
|
126356
|
126357
|
126358
|
126359
|
126360
|
126361
|
126362
|
126363
|
126364
|
126365
|
126366
|
126367
|
126374
|
126375
|
126376
|
126377
|
126378
|
126379
|
126380
|
126381
|
126382
|
126383
|
126384
|
126385
|
126386
|
126387
|
126388
| 126389 |
127033
|
127037
|
127038
|
127039
|
128007
|
128008
|
128009