Bugzilla – Attachment 116501 Details for
Bug 27655
Barcode column is missing from "Holds to pull" table preferences yaml file
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27655: Add barcode "columnname" to "column_settings.yml"
Bug-27655-Add-barcode-columnname-to-columnsettings.patch (text/plain), 1.95 KB, created by
Peter Vashchuk
on 2021-02-08 14:11:32 UTC
(
hide
)
Description:
Bug 27655: Add barcode "columnname" to "column_settings.yml"
Filename:
MIME Type:
Creator:
Peter Vashchuk
Created:
2021-02-08 14:11:32 UTC
Size:
1.95 KB
patch
obsolete
>From ad075e13b232fb77c380738f3f1c3dee27d1b608 Mon Sep 17 00:00:00 2001 >From: Petro Vashchuk <stalkernoid@gmail.com> >Date: Mon, 8 Feb 2021 16:11:04 +0200 >Subject: [PATCH] Bug 27655: Add barcode "columnname" to "column_settings.yml" > >Preferences of the "Holds to pull" table missing the "Barcode" column. >This patch appends that column name to the "column_settings.yml" >in correct order. This also led to checked out columns in this settings >page that were not those which were hidden when the table displayed >(i.e. columns were shifted). > >To reproduce: > 1) Head over to /cgi-bin/koha/admin/columns_settings.pl > 2) Open the collapsed "Circulation" list, go to the "Holds" page >and find preferences of the "Holds to pull" table there. > 3) Check that the "Barcodes" column is missing from it. > 4) Mark the last few columns for not to be >displayed (for example, three) and save the preferences. >Remember the column names you checked out. > 5) Open the circulations section, then open "Holds to pull" report >when you have there some elements displayed, you should notice that >hidden columns shifted by one, as well if you press "gear" icon to >quickly enable/disable the columns, you will see those unchecked in >list last three will be not those you marked out. > 6) Apply the patch. > 7) Reload the "table settings" page, check that the "Barcodes" >column is present. > 8) Check that on the "Circulation -> Holds to Pull" page all >columns hidden accordingly and properly (as explained in step 5. >--- > admin/columns_settings.yml | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/admin/columns_settings.yml b/admin/columns_settings.yml >index d825168439..0a14a84508 100644 >--- a/admin/columns_settings.yml >+++ b/admin/columns_settings.yml >@@ -1181,6 +1181,8 @@ modules: > columnname: title > - > columnname: libraries >+ - >+ columnname: barcodes > - > columnname: call_numbers > - >-- >2.28.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 27655
:
116501
|
116527