Changes between Version 23 and Version 24 of ChildTicketsPlugin


Ignore:
Timestamp:
Jan 5, 2012, 9:27:48 PM (12 years ago)
Author:
Mark Ryan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ChildTicketsPlugin

    v23 v24  
    6666=== [childtickets] ===
    6767
    68 || parent.<parent-type>.allow_child_tickets || Define whether child tickets are allowed or not || Default: False ||
    69 || parent.<parent-type>.table_headers || List of column headers for display in parent ticket || Default: summary, owner ||
    70 || parent.<parent-type>.default_child_type || Default child type || Default: See [ticket] section of trac.ini (default_type) ||
    71 || parent.<parent-type>.restrict_child_type || A list of possible child types, trying to create a child of a different 'type' will create an error. As of version 1.1.0, if this option is used, a list of submit buttons will be rendered allowing the user to decide which type of child ticket he/she wants to create. || Default: None ||
    72 || ~~parent.<parent-type>.inherit_milestone~~  || ~~Define whether the child will adopt the parent ticket's milestone--~~ THIS OPTION IS NO LONGER AVAILABLE AND HAS BEEN REPLACED WITH THE 'inherit' OPTION BELOW AS OF VERSION 1.1.0 ||  ||
    73 || parent.<parent-type>.inherit || Define a list of inherited fields. || Default: None ||
    74 || default.max_depth            || Limit the creation of too deep a hierarchy. || Default: 5 ||
     68{{{
     69#!html
     70<table class="wiki">
     71<tr><td width=20%>parent.<b><i>parent-type</i></b>.allow_child_tickets </td><td> Define whether child tickets are allowed or not </td><td> Default: False</td></tr>
     72<tr><td width=20%> parent.<b><i>parent-type</i></b>.table_headers </td><td> List of column headers for display in parent ticket </td><td> Default: summary, owner </td></tr>
     73<tr><td width=20%> parent.<b><i>parent-type</i></b>.default_child_type </td><td> Default child type </td><td> Default: See [ticket] section of trac.ini (default_type) </td></tr>
     74<tr><td width=20%> parent.<b><i>parent-type</i></b>.restrict_child_type </td><td> A list of possible child types, trying to create a child of a different 'type' will create an error. As of version 1.1.0, if this option is used, a list of submit buttons will be rendered allowing the user to decide which type of child ticket he/she wants to create. </td><td> Default: None </td></tr>
     75<tr><td width=20%> parent.<b><i>parent-type</i></b>.inherit </td><td> Define a list of inherited fields. </td><td> Default: None </td></tr>
     76<tr><td width=20%> default.max_depth            </td><td> Limit the creation of too deep a hierarchy. </td><td> Default: 5 </td></tr>
     77</table>
     78}}}
    7579
    7680== Issues / Caveats ==