Bugzilla – Attachment 91873 Details for
Bug 23396
Rancor fails to load: insert_copyright is not defined
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23396: Add keyboard_shortcuts.sql to C4/Installer.pm
Bug-23396-Add-keyboardshortcutssql-to-C4Installerp.patch (text/plain), 1.19 KB, created by
Nick Clemens (kidclamp)
on 2019-07-30 13:39:51 UTC
(
hide
)
Description:
Bug 23396: Add keyboard_shortcuts.sql to C4/Installer.pm
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2019-07-30 13:39:51 UTC
Size:
1.19 KB
patch
obsolete
>From 56036fb0641ff97e0bf907c6c73119b821cafeed Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Tue, 30 Jul 2019 13:37:28 +0000 >Subject: [PATCH] Bug 23396: Add keyboard_shortcuts.sql to C4/Installer.pm > >To test: >1 - Back up your DB if you want to save it >2 - sudo koha-mysql kohadev > DROP database koha_kohadev; > CREATE database koha_kohadev; >3 - http://localhost:8081 >4 - Go through the web installer >5 - Enable AdvancedCatalogingEditor >6 - Try to load it, fails with JS console error: insert_copyright is not defined >7 - Apply patch >8 - Repeat >9 - This time editor loads >--- > C4/Installer.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/C4/Installer.pm b/C4/Installer.pm >index b62f8431af..9b24ff3d2d 100644 >--- a/C4/Installer.pm >+++ b/C4/Installer.pm >@@ -325,6 +325,7 @@ sub load_sql_in_order { > "$global_mandatory_dir/message_transport_types.sql", > "$global_mandatory_dir/sample_notices_message_attributes.sql", > "$global_mandatory_dir/sample_notices_message_transports.sql", >+ "$global_mandatory_dir/keyboard_shortcuts.sql", > ); > > push @fnames, C4::Context->config('intranetdir') . "/installer/data/mysql/userflags.sql"; >-- >2.11.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 23396
:
91854
|
91873
|
91886
|
91937
|
91938