Bugzilla – Attachment 102857 Details for
Bug 24768
"Return claims" column is missing from column configuration page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24768: Add 'Return claims' to column configuration for checkouts tables
Bug-24768-Add-Return-claims-to-column-configuratio.patch (text/plain), 1.61 KB, created by
Katrin Fischer
on 2020-04-13 15:10:32 UTC
(
hide
)
Description:
Bug 24768: Add 'Return claims' to column configuration for checkouts tables
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-04-13 15:10:32 UTC
Size:
1.61 KB
patch
obsolete
>From 58099098970127577a0a7509c3b598923fbd1a92 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sat, 11 Apr 2020 10:36:36 +0000 >Subject: [PATCH] Bug 24768: Add 'Return claims' to column configuration for > checkouts tables > >The checkouts tables on the checkouts and details tabs in the staff >patron account support column confiugration, but the new column >"Return claims" was missing. > >This patch adds the column to the column configuration. > >To test: >- Make sure to test with a patron having return claims and without >- Verify cou can toggle the visibility of the return claims column > from top of the tables in the checkouts and details tabs >- Go to administrastion > column configuration >- Change the settings for the issues tables in the Patrons and > Circulation sections >- Verify the changes have been applied to the tables as configured >--- > admin/columns_settings.yml | 5 +++++ > 1 file changed, 5 insertions(+) > >diff --git a/admin/columns_settings.yml b/admin/columns_settings.yml >index 08ea52b925..19e0bebb3c 100644 >--- a/admin/columns_settings.yml >+++ b/admin/columns_settings.yml >@@ -658,6 +658,8 @@ modules: > - > columnname: checkin > - >+ columnname: claims_returned >+ - > columnname: export > cannot_be_toggled: 1 > cannot_be_modified: 1 >@@ -873,9 +875,12 @@ modules: > - > columnname: checkin > - >+ columnname: claims_returned >+ - > columnname: export > cannot_be_toggled: 1 > cannot_be_modified: 1 >+ > table_borrowers: > - > columnname: name >-- >2.11.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 24768
:
102787
|
102857
|
102870
|
103141