Bugzilla – Attachment 145866 Details for
Bug 32460
Columns missing from table configuration for patron categories
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32460: Add missing columns to table configuration for patron categories
Bug-32460-Add-missing-columns-to-table-configurati.patch (text/plain), 1.81 KB, created by
Martin Renvoize (ashimema)
on 2023-01-31 13:16:25 UTC
(
hide
)
Description:
Bug 32460: Add missing columns to table configuration for patron categories
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2023-01-31 13:16:25 UTC
Size:
1.81 KB
patch
obsolete
>From 353ed14632724113b19f09c3efbf16401ada4a55 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Wed, 28 Dec 2022 21:33:27 +0000 >Subject: [PATCH] Bug 32460: Add missing columns to table configuration for > patron categories > >The table settings were missing the recently added columns, resulting >in strange behaviour using the column visibility settings: > >* patron expiration >* can be guarantee >* exclude from local holds priority > >To test: >* Go to administration > patron categories >* Verify some columns are missing from the Columns selection >* Apply patch >* Verify the missing columns are now present and all columns > can be hidden/unhidden as expected >* Change settings for the table in administration > table settings >* Verify the settings have the desired effect > >Signed-off-by: Laura Escamilla <laura.escamilla@bywatersolutions.com> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > admin/columns_settings.yml | 6 ++++++ > 1 file changed, 6 insertions(+) > >diff --git a/admin/columns_settings.yml b/admin/columns_settings.yml >index ec2a21dcd31..946316fb9eb 100644 >--- a/admin/columns_settings.yml >+++ b/admin/columns_settings.yml >@@ -256,6 +256,8 @@ modules: > columnname: type > - > columnname: enrollment_period >+ - >+ columnname: password_expiration > - > columnname: age_required > - >@@ -272,8 +274,12 @@ modules: > columnname: messaging > - > columnname: branches_limitations >+ - >+ columnname: can_be_guarantee > - > columnname: default_privacy >+ - >+ columnname: exclude_from_local_holds_priority > - > columnname: actions > cannot_be_toggled: 1 >-- >2.39.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 32460
:
144881
| 145866