Bugzilla – Attachment 84649 Details for
Bug 21852
Add more columns and column configuration to overdues report
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21852: (follow-up) Correct columns configuration YAML
Bug-21852-follow-up-Correct-columns-configuration-.patch (text/plain), 2.22 KB, created by
Maryse Simard
on 2019-02-01 19:30:29 UTC
(
hide
)
Description:
Bug 21852: (follow-up) Correct columns configuration YAML
Filename:
MIME Type:
Creator:
Maryse Simard
Created:
2019-02-01 19:30:29 UTC
Size:
2.22 KB
patch
obsolete
>From f999212b452b2985891829c6bb6ee0780516410b Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 28 Jan 2019 13:20:39 +0000 >Subject: [PATCH] Bug 21852: (follow-up) Correct columns configuration YAML > >This patch corrects a parameter name in the columns configuration file. >"columnname" was misspelled "columname." > >To test, apply the patch and restart Plack (or restart_all on >kohadevbox). Follow the test plan in the original patch. > >Important testing note: This patch adds persistence to the column >visibility which you select. This means that updating the default column >visibility won't necessarily be reflected automatically in the table in >question. > >To confirm that defaults are being loaded one must delete the browser's >Local Storage data for that table. > >Signed-off-by: Maryse Simard <maryse.simard@inlibro.com> >--- > admin/columns_settings.yml | 24 ++++++++++++------------ > 1 file changed, 12 insertions(+), 12 deletions(-) > >diff --git a/admin/columns_settings.yml b/admin/columns_settings.yml >index 03beb57..f0f93d8 100644 >--- a/admin/columns_settings.yml >+++ b/admin/columns_settings.yml >@@ -768,33 +768,33 @@ modules: > overdues: > circ-overdues: > - >- columname: due_date >+ columnname: due_date > - >- columname: patron >+ columnname: patron > - >- columname: patron_category >+ columnname: patron_category > is_hidden: 1 > - >- columname: patron_library >+ columnname: patron_library > - >- columname: title >+ columnname: title > - >- columname: home_library >+ columnname: home_library > is_hidden: 1 > - >- columname: holding_library >+ columnname: holding_library > is_hidden: 1 > - >- columname: barcode >+ columnname: barcode > - >- columname: call_number >+ columnname: call_number > - >- columname: item_type >+ columnname: item_type > is_hidden: 1 > - >- columname: price >+ columnname: price > - >- columname: non-public_note >+ columnname: non-public_note > > opac: > biblio-detail: >-- >2.7.4
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 21852
:
82550
|
84281
|
84638
|
84639
|
84648
|
84649
|
84663
|
84664
|
84735
|
90269
|
90270
|
90271
|
92369
|
92370
|
92371
|
92373
|
92374
|
92375
|
92575
|
92823