Modify

Opened 13 years ago

Closed 13 years ago

#8731 closed defect (fixed)

It is possible to create a child ticket against a 'closed' parent ticket.

Reported by: Mark Ryan Owned by: Mark Ryan
Priority: low Component: ChildTicketsPlugin
Severity: normal Keywords: 0.12 0.11
Cc: Trac Release: 0.11

Description

Two things to do here:

  • If a (potential) parent ticket is closed, then deactivate the 'create child' buttons.
  • When a new ticket is created, run a check to see if the parent is indeed still an active ticket. (This accounts for the case where someone might try and raise a ticket 'manually' instead of via a parent ticket).

Attachments (0)

Change History (2)

comment:1 Changed 13 years ago by Mark Ryan

Status: newassigned

comment:2 Changed 13 years ago by Mark Ryan

Resolution: fixed
Status: assignedclosed

(In [10308]) fixes #8731

  • Ticket creation buttons are 'disabled' if the ticket itself is 'closed'.
  • The plugin now queries the parent ticket to check it is not 'closed' and disallows if it is.
  • This is only implemented for the 0.12 version of the plugin.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Mark Ryan.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.