Opened 14 years ago

Last modified 12 years ago

#6427 closed defect

When configuring a different workflow, autocomplete doesn't work on reassign — at Version 2

Reported by: MartinBeyer Owned by: Ryan J Ollos
Priority: normal Component: AutocompleteUsersPlugin
Severity: minor Keywords: jquery
Cc: Mitar Trac Release: 0.11

Description (last modified by Ryan J Ollos)

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)

workaround:

replace in autocompleteusers\htdocs\js\autocomplete_ticket.js

$("#action_reassign_reassign_owner").autocomplete("../users", {

with:

`$("[id$=reassign_owner]").autocomplete("../users", { `

Change History (2)

comment:1 Changed 14 years ago by Ryan J Ollos

Owner: changed from Jeff Hammel to Ryan J Ollos

Changing ticket owner to be new maintainer.

comment:2 Changed 13 years ago by Ryan J Ollos

Description: modified (diff)
Keywords: jquery added
Priority: normalhigh
Note: See TracTickets for help on using tickets.