Modify ↓
#5705 closed defect (fixed)
Check the dependencies field when user updates ticket.
Reported by: | Yuji OKAZAKI | Owned by: | anonymous |
---|---|---|---|
Priority: | normal | Component: | TracDependencyPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Check the dependencies field when user updates ticket.
チケットの更新時に依存フィールドのチェックを行う.
- Are project names valid?
- Do Check ticket existence?
- Do a separator exist between tickets' IDs?
- Is dependency type is correct?
- If ticket has dependency, is dependency type correct?
Attachments (0)
Change History (7)
comment:1 Changed 15 years ago by
Owner: | changed from Yuji OKAZAKI to anonymous |
---|---|
Status: | new → assigned |
comment:4 Changed 15 years ago by
Implemented
- Are project names valid?
- Do Check ticket existence?
- Is dependency type is correct?
Not yet implemented.
- Do a separator exist between tickets' IDs?
- If ticket has dependency, is dependency type correct?
comment:6 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Add ITicketManipulator methods.