https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41202
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from David Nind <[email protected]> --- I've signed off, as what is in the test plan works. However, if anonymous suggestions are allowed (AnonSuggestions = Allow, and AnonymousPatron set (for example, to 19), then the 'negcap' field is also removed from teh form. Testing notes (using KTD): 1. The hidden field is between the 'Notes' and 'Submit your suggestion' fields. When you tab from notes to submit, tab twice to get the submit field to be selected. 2. If you inspect the source before the patch, you will see this HTML markup (after the patch, it is no longer there): <!-- Add a hidden 'negcap' field --> <li id="negcap" style="position: absolute; left: -2000px;"> negcap <input type="text" name="negcap"> </li> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
