Modify ↓
Opened 16 years ago
Last modified 15 years ago
#3128 new defect
TicketSubmitPolicy does no field locking/checking
Reported by: | Jeff Hammel | Owned by: | obs |
---|---|---|---|
Priority: | normal | Component: | TicketSubmitPolicyPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
it is possible to construct a policy that modifies the onchange condition of a field more than once. In this case, I think the last one applied will win, but the desired behavior is that all functions should be applied to the onchange condition. This could be done by abstracting out onchange functions for each field as is done with onload and onsubmit
Attachments (0)
Note: See
TracTickets for help on using
tickets.