Bug 23396: Add keyboard_shortcuts.sql to C4/Installer.pm
authorNick Clemens <nick@bywatersolutions.com>
Tue, 30 Jul 2019 13:37:28 +0000 (13:37 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 5 Aug 2019 10:34:59 +0000 (11:34 +0100)
commit484b8245af189edcaba64f191981cd5374237125
tree6a92811acb6ae836b8f21aaaffd5c2f1a911d37f
parent0f5d14f70792d5406857a81c415bc3f58cbd8b96
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

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
C4/Installer.pm