Bugzilla – Attachment 119964 Details for
Bug 28190
Library limitation column not toggable on itemtypes table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28190: Fix columns_settings.yml itemtypes entry
Bug-28190-Fix-columnssettingsyml-itemtypes-entry.patch (text/plain), 1.20 KB, created by
Tomás Cohen Arazi (tcohen)
on 2021-04-21 19:08:20 UTC
(
hide
)
Description:
Bug 28190: Fix columns_settings.yml itemtypes entry
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2021-04-21 19:08:20 UTC
Size:
1.20 KB
patch
obsolete
>From 3fa4b8676de398392ea1177e926a70a6653579db Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Wed, 21 Apr 2021 16:05:35 -0300 >Subject: [PATCH] Bug 28190: Fix columns_settings.yml itemtypes entry > >The parent_code column is missing on the columns_settings.yml file, so >columns are shifted and thus 'Library limitations' is not toggable. > >To test: >1. Verify you are not offered the chance to hide the column >2. Apply this patch, restart all the things >=> SUCCESS: You can toggle the column >3. Sign off :-D > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > admin/columns_settings.yml | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > >diff --git a/admin/columns_settings.yml b/admin/columns_settings.yml >index 2bc56bfc6fc..904cf65551e 100644 >--- a/admin/columns_settings.yml >+++ b/admin/columns_settings.yml >@@ -234,10 +234,12 @@ modules: > columns: > - > columnname: image >+ - >+ columnname: description > - > columnname: code > - >- columnname: description >+ columnname: parent_code > - > columnname: search_category > - >-- >2.31.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 28190
:
119964
|
119965
|
119984