Bugzilla – Attachment 145827 Details for
Bug 32504
Empty column name, misaligning visibility, and export for basket/orders in table settings
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32504: Fix typo columnname in columns_settings.yml
Bug-32504-Fix-typo-columnname-in-columnssettingsym.patch (text/plain), 1.31 KB, created by
Katrin Fischer
on 2023-01-30 22:52:40 UTC
(
hide
)
Description:
Bug 32504: Fix typo columnname in columns_settings.yml
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-01-30 22:52:40 UTC
Size:
1.31 KB
patch
obsolete
>From 95c1cdfcac1b1e717238fe83cd9bb84b11a046f3 Mon Sep 17 00:00:00 2001 >From: Slava Shishkin <slavashishkin@gmail.com> >Date: Tue, 20 Dec 2022 16:49:57 +0200 >Subject: [PATCH] Bug 32504: Fix typo columnname in columns_settings.yml > >Trivial fix. > >To reproduce: >1. Go to /cgi-bin/koha/admin/columns_settings.pl >2. Observe in the section Acquisition > Basket > Orders an empty field in the Column name, the row between fund and supplier_report rows: it was expected estimated_delivery_date value. >3. Apply the patch. >4. Restart Memcached (console: service memcached restart) >5. Reload cgi-bin/koha/admin/columns_settings.pl: that empty row now will have estimated_delivery_date value. > >Signed-off-by: Laura Escamilla <laura.escamilla@bywatersolutions.com> >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > admin/columns_settings.yml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/admin/columns_settings.yml b/admin/columns_settings.yml >index ec2a21dcd3..d4da6b08ab 100644 >--- a/admin/columns_settings.yml >+++ b/admin/columns_settings.yml >@@ -151,7 +151,7 @@ modules: > - > columnname: fund > - >- columnmame: estimated_delivery_date >+ columnname: estimated_delivery_date > - > columnname: supplier_report > - >-- >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 32504
:
144739
|
144767
| 145827 |
145828
|
152704