Bug 25485: TinyMCE broken in Debian package installs
authorKyle M Hall <kyle@bywatersolutions.com>
Tue, 12 May 2020 18:19:53 +0000 (14:19 -0400)
committerJoy Nelson <joy@bywatersolutions.com>
Wed, 20 May 2020 22:48:28 +0000 (22:48 +0000)
commit62a448b5d778907978b117611e7d26c9a58fc399
tree7d94a6746b0d4094e33e66a30c3ce0c64e7f3e9b
parenta2e8131dc2bd1e9b38e836744e0fc0fa67ebf6ce
Bug 25485: TinyMCE broken in Debian package installs

When installing the Debian package of Koha, we install the Debian tinymce package and symlink over our own tinymce libs that are in the Koha codebase. This version of tinymce does not have the same files and because of this, tinymce does not get loaded.

We should remove the use of the tinymce Debian package, and just use our own version of TinyMCE.

Test Plan:
1) Install Koha 19.11 from package
2) Browse to the news editor
4) Note the WYSIWYG editor is missing
5) Build a new Koha package with this patch applied, install it
6) Reload the news editor
7) Note the WYSIWYG editor is back!

Signed-off-by: David Cook <dcook@prosentient.com.au>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Joy Nelson <joy@bywatersolutions.com>
debian/control.in
debian/rules