https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40105
Eric Phetteplace <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #8 from Eric Phetteplace <[email protected]> --- I had to compare with how the form currently works but I think my patch preserves the current behavior, where patrons can modify the note (but only the note) of requests that have not been completed yet. Try viewing a new, incomplete ILL as a patron. The notes field is a <textarea> and the "submit modifications" button updates the notes. If you add an extra condition like `!request.illrequest_id` so the notes isn't an input then there are no editable fields but the "submit modifications" button is still there; clicking it erases any note added when the ILL was created. So I *think* the current patch makes sense but I'm open to discussion. -- 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/
