Bugzilla – Attachment 137626 Details for
Bug 30970
holdst columns don't match actual columns in 'Holds waiting'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30970: Add checkbox column to holdst and holdso
Bug-30970-Add-checkbox-column-to-holdst-and-holdso.patch (text/plain), 1.42 KB, created by
David Nind
on 2022-07-12 13:04:27 UTC
(
hide
)
Description:
Bug 30970: Add checkbox column to holdst and holdso
Filename:
MIME Type:
Creator:
David Nind
Created:
2022-07-12 13:04:27 UTC
Size:
1.42 KB
patch
obsolete
>From 2684935066d4155dd73bbbfd76b8eda89056df0a Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Tue, 12 Jul 2022 11:30:51 +0100 >Subject: [PATCH] Bug 30970: Add checkbox column to holdst and holdso > >This patch adds the missing checkbox column to the columns_settings >configuration file. > >The field was added unconditionally to the tables in bug 23678 and then >consequently fixed in master as part of bug 27868 which being an >ehancement wont be backported. This patch simply lifts the relevant >part of the fix from bug 27868 to apply just to the 21.11.x branch. > >Signed-off-by: David Nind <david@davidnind.com> >--- > admin/columns_settings.yml | 8 ++++++++ > 1 file changed, 8 insertions(+) > >diff --git a/admin/columns_settings.yml b/admin/columns_settings.yml >index 40cb524df2..2c50f59a0a 100644 >--- a/admin/columns_settings.yml >+++ b/admin/columns_settings.yml >@@ -1263,6 +1263,10 @@ modules: > holds_awaiting_pickup: > holdst: > columns: >+ - >+ columnname: checkbox >+ cannot_be_toggled: 1 >+ cannot_be_modified: 1 > - > columnname: waiting_since > - >@@ -1288,6 +1292,10 @@ modules: > > holdso: > columns: >+ - >+ columnname: checkbox >+ cannot_be_toggled: 1 >+ cannot_be_modified: 1 > - > columnname: waiting_since > - >-- >2.30.2
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 30970
:
137618
|
137625
|
137626
|
137796