Modify ↓
Opened 18 years ago
Closed 18 years ago
#401 closed enhancement (fixed)
ticket.create() should set ticket status to new if not set
Reported by: | Markus Tacker | Owned by: | Alec Thomas |
---|---|---|---|
Priority: | normal | Component: | XmlRpcPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
this prevents creation of invalid tickets with no status.
Attachments (0)
Change History (2)
comment:1 Changed 18 years ago by
Summary: | ticket.create() should set status to new new if not set → ticket.create() should set ticket status to new if not set |
---|
comment:2 Changed 18 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [808]) * Removed magic for guessing whether first argument to a remote call should be a
req
object. RPC methods now always receive a req object as their first argument.new
, unless specified (closes #401)./xmlrpc
listing a bit friendlier.