Created attachment 76013 [details] screenshot showing missing textarea when adding new or editing exiting koha news item, the content textarea box does not show. /cgi-bin/koha/tools/koha-news.pl?op=add_form
Created attachment 76014 [details] [review] Bug 20924: Make news content textarea show To test: 1) Go to Tools -> News 2) Edit existing news item or add new news item 3) Notice content box is missing, can't edit news or add any content 4) Apply patch, refresh page 5) Notice textarea now shows Sponsored-by: Catalyst IT
I do not recreate the issue, works for me on master.
Created attachment 76110 [details] [review] Bug 20924: Make news content textarea show To test: 1) Go to Tools -> News 2) Edit existing news item or add new news item 3) Notice content box is missing, can't edit news or add any content 4) Apply patch, refresh page 5) Notice textarea now shows Sponsored-by: Catalyst IT Signed-off-by: Maryse Simard <maryse.simard@inlibro.com> Followed the test plan and everything works as expected.
(In reply to Maryse Simard from comment #3) > Signed-off-by: Maryse Simard <maryse.simard@inlibro.com> > Followed the test plan and everything works as expected. Hi Maryse, did you recreate the issue without the patch?
I can't reproduce it too. According to tiny mce documentation the "textareas" is the right setting for mode: https://www.tinymce.com/docs-3x/reference/configuration/Configuration3x@mode/
Lowering severity, waiting for Aleisha's answer.
I can still reproduce this, but it must be something on my side. getting heaps of errors like this in the console: Loading failed for the <script> with source “http://localhost:8081/intranet-tmpl/lib/tiny_mce/langs/en.js”
We fixed this by applying the RewriteRule patch from bug 20259.