id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release
6427,[Patch] When configuring a different workflow_ autocomplete doesn't work on reassign,MartinBeyer,rjollos,because input fields with other names than action_reassign_reassign_owner are created. They seem all to end with reassign_owner_ however. (didn't check that in the sources)\r\n\r\nworkaround:\r\n\r\nreplace in autocompleteusers\\htdocs\\js\\autocomplete_ticket.js\r\n\r\n{{{\r\n$("#action_reassign_reassign_owner").autocomplete("../users"_ {\r\n}}}\r\nwith:\r\n\r\n{{{\r\n`$("[id$=reassign_owner]").autocomplete("../users"_ { `\r\n}}},defect,closed,normal,AutocompleteUsersPlugin,minor,fixed,jquery,mitar,0.11
