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)
committerFridolin Somers <fridolin.somers@biblibre.com>
Fri, 9 Aug 2019 13:05:23 +0000 (15:05 +0200)
commit55f0348c044b57e4bfdb13353cd5f002617d7611
treeef1db689d94845136bd5563554928fa364919e37
parent000fffbbf044061c1934eefd2d24c516d3d4fe2b
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>
(cherry picked from commit 484b8245af189edcaba64f191981cd5374237125)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
C4/Installer.pm