Modify ↓
      
        Opened 7 years ago
Last modified 5 years ago
#13515 accepted defect
Owner is set to "< default >" if no owner field set when creating ticket
| Reported by: | Gea-Suan Lin | Owned by: | Ryan J Ollos | 
|---|---|---|---|
| Priority: | normal | Component: | XmlRpcPlugin | 
| Severity: | normal | Keywords: | |
| Cc: | Olemis Lang | Trac Release: | 1.2 | 
Description (last modified by )
Trac 1.2.3 + XmlRpcPlugin 1.1.7dev0.
According to TracTickets:
default_owner: Name of the default owner. If set to the text< default >(the default value), the component owner is used.
But it will set owner to < default > if owner is not set.
Attachments (0)
Change History (3)
comment:1 Changed 6 years ago by
comment:2 Changed 6 years ago by
| Description: | modified (diff) | 
|---|
comment:3 Changed 5 years ago by
| Owner: | changed from osimons to Ryan J Ollos | 
|---|---|
| Status: | new → accepted | 
Note: See
        TracTickets for help on using
        tickets.
    


Ran into this too. Assume the cause is #10738 and not using the ITicketManipulators for
create()?Suggest closing this ticket as a duplicate.