https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39860 --- Comment #84 from David Cook <dcook@prosentient.com.au> --- Comment on attachment 187898 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=187898 Bug 39860: Disable WYSIWYG for record display entries Review of attachment 187898: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=39860&attachment=187898) ----------------------------------------------------------------- ::: koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt @@ +351,4 @@
><button class="btn btn-default dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false"> </button> <ul class="dropdown-menu"> <li> + [% IF ( wysiwy || category == 'record_display' ) %]
It looks like you've got a little typo there where you've turned "wysiwyg" into "wysiwy". I can just add a follow-up for that... -- You are receiving this mail because: You are watching all bug changes.