Bugzilla – Attachment 83719 Details for
Bug 22020
Configure Columns for Patron Issues checkin hides renewal
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22020: (bug 21777 follow-up) Fix columns visibility for circulation.pl
Bug-22020-bug-21777-follow-up-Fix-columns-visibili.patch (text/plain), 1.17 KB, created by
Josef Moravec
on 2019-01-08 17:42:53 UTC
(
hide
)
Description:
Bug 22020: (bug 21777 follow-up) Fix columns visibility for circulation.pl
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2019-01-08 17:42:53 UTC
Size:
1.17 KB
patch
obsolete
>From 79799069d926f53a83fa3b58deababf67df68e53 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 19 Dec 2018 16:00:52 -0300 >Subject: [PATCH] Bug 22020: (bug 21777 follow-up) Fix columns visibility for > circulation.pl > >The table is used by circulation.pl and moremember.pl >When it is modified we need to take care of the two view. > >Test plan: >Use the columns settings to hide/show the "check in" and other columns >Confirm the this patch fixes the display for moremember.pl > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> >--- > admin/columns_settings.yml | 5 +++++ > 1 file changed, 5 insertions(+) > >diff --git a/admin/columns_settings.yml b/admin/columns_settings.yml >index eacc02b..2235aff 100644 >--- a/admin/columns_settings.yml >+++ b/admin/columns_settings.yml >@@ -378,6 +378,11 @@ modules: > - > columnname: homebranch > - >+ columnname: checkout_on_unformatted >+ cannot_be_toggled: 1 >+ cannot_be_modified: 1 >+ is_hidden: 1 >+ - > columnname: checkout_on > - > columnname: checkout_from >-- >2.1.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 22020
:
83401
|
83472
| 83719