Bugzilla – Attachment 187137 Details for
Bug 40916
Cannot edit a list to have a sortfield value of anything other than publicationyear
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40916: Fix another occurance
Bug-40916-Fix-another-occurance.patch (text/plain), 1.01 KB, created by
Lucas Gass (lukeg)
on 2025-09-30 20:28:04 UTC
(
hide
)
Description:
Bug 40916: Fix another occurance
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2025-09-30 20:28:04 UTC
Size:
1.01 KB
patch
obsolete
>From 8bc4ea559bb25b172101c28e49afe46adaf6c3aa Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Tue, 30 Sep 2025 20:27:36 +0000 >Subject: [PATCH] Bug 40916: Fix another occurance > >--- > virtualshelves/shelves.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/virtualshelves/shelves.pl b/virtualshelves/shelves.pl >index 3753547eba2..f64caf75428 100755 >--- a/virtualshelves/shelves.pl >+++ b/virtualshelves/shelves.pl >@@ -297,7 +297,7 @@ if ( $op eq 'view' ) { > $sortfield = 'title' > unless grep { $_ eq $sortfield } > qw( title author copyrightdate publicationyear itemcallnumber dateadded ); >- if ( $sortfield == 'copyrightdate' and C4::Context->preference('marcflavour') == 'UNIMARC' ) { >+ if ( $sortfield eq 'copyrightdate' and C4::Context->preference('marcflavour') eq 'UNIMARC' ) { > $sortfield = 'publicationyear'; > } > my $direction = $query->param('direction') || 'asc'; >-- >2.39.5
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 40916
:
187133
|
187137
|
187222
|
187248
|
187249