Bugzilla – Attachment 152099 Details for
Bug 33935
Installer list deleted files which shows warning in the logs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33935: (bug 26403 follow-up) Remove occurrences to deleted files
Bug-33935-bug-26403-follow-up-Remove-occurrences-t.patch (text/plain), 1.40 KB, created by
Martin Renvoize (ashimema)
on 2023-06-07 11:53:13 UTC
(
hide
)
Description:
Bug 33935: (bug 26403 follow-up) Remove occurrences to deleted files
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2023-06-07 11:53:13 UTC
Size:
1.40 KB
patch
obsolete
>From 814f463216e229835ad9b5b53a95a5d85d562f2d Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 7 Jun 2023 11:16:15 +0200 >Subject: [PATCH] Bug 33935: (bug 26403 follow-up) Remove occurrences to > deleted files > >account_credit_types.sql and account_debit_types.sql have been moved to yml files but there are still references to them in C4::Installer. > >If you select the files during the installer process it will explode with > >Test plan: >DROP database koha_kohadev >CREATE database koha_kohadev >restart_all >then install Koha using the UI >Select all the sample data files > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > C4/Installer.pm | 2 -- > 1 file changed, 2 deletions(-) > >diff --git a/C4/Installer.pm b/C4/Installer.pm >index 7c6ae3443c..9a587cac0f 100644 >--- a/C4/Installer.pm >+++ b/C4/Installer.pm >@@ -369,8 +369,6 @@ sub load_sql_in_order { > push @fnames, "$global_mandatory_dir/userflags.sql", > "$global_mandatory_dir/userpermissions.sql", > "$global_mandatory_dir/audio_alerts.sql", >- "$global_mandatory_dir/account_credit_types.sql", >- "$global_mandatory_dir/account_debit_types.sql", > ; > my $localization_file = C4::Context->config('intranetdir') . > "/installer/data/$self->{dbms}/localization/$langchoice/custom.sql"; >-- >2.41.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 33935
:
152082
| 152099