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
Created attachment 194499 [details] [review] 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
I notice that there is also a hidden borrowernumber input at the top of the form. Is that redundant?