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)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Wed, 20 May 2020 08:15:01 +0000 (09:15 +0100)
commit067f1b8b556015bbd0f35f36aac700d79467786b
tree66381b119de022a1f19468f9c6241179e3029f41
parentc6ed5b5da125347ef95ae439eaf21858410f7edf
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>
debian/control.in
debian/rules