Bug 16666

Summary: TagsExternalDictionary is a rather confusing preference name
Product: Koha Reporter: Marcel de Rooy <m.de.rooy>
Component: System AdministrationAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: gmcharlt, katrin.fischer
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Marcel de Rooy 2016-06-04 12:43:53 UTC
You do not pass an external dictionary (file) into this syspref.
You actually pass the location of ispell on your box.
If you have ispell but do not enter its path here, the pref does not trigger the spell check. So it is also enable/disable ispell.
Tags.pm requires the Ispell module; it is not a mandatory depends.

Furthermore the pref description says:
Allow tags in the dictionary of the ispell executable on the server to be approved without moderation. 

So I would not mind a better name :)
Comment 1 Katrin Fischer 2019-01-11 21:34:09 UTC
Do you have a suggestion?
Comment 2 Katrin Fischer 2019-01-11 21:34:21 UTC
IspellPath?
Comment 3 Katrin Fischer 2019-01-11 21:34:41 UTC
TagsDictionary?