Bugzilla – Attachment 150209 Details for
Bug 33586
Library and category are switched in table configuration for patron search results table settings
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33586: Fix sequence of fields for memberresultst in table configuration
Bug-33586-Fix-sequence-of-fields-for-memberresults.patch (text/plain), 1.38 KB, created by
Jonathan Druart
on 2023-04-25 14:18:40 UTC
(
hide
)
Description:
Bug 33586: Fix sequence of fields for memberresultst in table configuration
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2023-04-25 14:18:40 UTC
Size:
1.38 KB
patch
obsolete
>From d12ae0f234ee1c54343843fdc8f26d3a03ac1f2f Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Fri, 21 Apr 2023 19:46:19 +0000 >Subject: [PATCH] Bug 33586: Fix sequence of fields for memberresultst in table > configuration > >The sequence of options actually matters, not the name. >Library and category were switched, this patch fixes it and >now it should all hide/show as expected: > >* Go to administration > table configuration >* Hide library in memberresultst >* Go to patron search and search >* Verify that category was hidden instead >* Apply patch >* Verify now label and columns for library and category > match with configuration. > >Signed-off-by: Lisette Scheer <lisette.scheer@bywatersolutions.com> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > admin/columns_settings.yml | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/admin/columns_settings.yml b/admin/columns_settings.yml >index 12091f31544..9ed72c758c2 100644 >--- a/admin/columns_settings.yml >+++ b/admin/columns_settings.yml >@@ -991,10 +991,10 @@ modules: > columnname: name > - > columnname: dateofbirth >- - >- columnname: category > - > columnname: library >+ - >+ columnname: category > - > columnname: expires_on > - >-- >2.25.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 33586
:
150069
|
150073
| 150209