https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41997 --- Comment #1 from Baptiste Wojtkowski (bwoj) <baptiste.wojtkowski@biblibre.com> --- Created attachment 194499 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=194499&action=edit Bug 41997: Submit properly default suggester in suggestion.tt Steps to reproduce, only on main. 1 - Open a form creation suggestion. 2 - With code explorer, notice that there is: <input type="hidden" id="suggestedby" name="suggestedby" value="" /> in the code 3 - Apply patch 4 - With code explorer, notice that there is: <input type="hidden" id="suggestedby" name="suggestedby" value="51" /> in the code 5 - Submit form, notice the suggester is properly written -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.