Bugzilla – Attachment 192017 Details for
Bug 41682
Syspref discrepancies between new and upgraded installs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41682: Ignore 'FrameworksLoaded'
f3c4dcb.patch (text/plain), 993 bytes, created by
Jonathan Druart
on 2026-01-26 10:42:06 UTC
(
hide
)
Description:
Bug 41682: Ignore 'FrameworksLoaded'
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2026-01-26 10:42:06 UTC
Size:
993 bytes
patch
obsolete
>From f3c4dcb184e60c36630e8635f4542b91ff3f09ad Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 26 Jan 2026 11:40:18 +0100 >Subject: [PATCH] Bug 41682: Ignore 'FrameworksLoaded' > >--- > t/db_dependent/check_sysprefs.t | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/t/db_dependent/check_sysprefs.t b/t/db_dependent/check_sysprefs.t >index 0e9b6a0ca08..a160dd578e2 100755 >--- a/t/db_dependent/check_sysprefs.t >+++ b/t/db_dependent/check_sysprefs.t >@@ -149,9 +149,12 @@ sub get_syspref_from_yaml { > sub check_db { > my @sysprefs_from_file = @_; > >+ # FIXME FrameworksLoaded is a temporary syspref created during the installation process >+ # We should either rewrite the code to avoid its need, or delete it once the installation is finished. > my $sysprefs_in_db = $dbh->selectall_hashref( > q{ > SELECT * from systempreferences >+ WHERE variable <> 'FrameworksLoaded' > }, 'variable' > ); > >-- >2.43.0 >
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 41682
:
191858
|
191859
|
191906
|
191931
|
191932
|
191949
|
191950
|
191951
|
191952
|
191953
| 192017 |
192027
|
192031