Changes between Initial Version and Version 1 of Ticket #8479


Ignore:
Timestamp:
Feb 8, 2011, 6:46:54 PM (13 years ago)
Author:
Ryan J Ollos
Comment:

Attaching diff is always preferred so that the maintainer can see exactly what you have modified and directly apply the patch to the source.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8479 – Description

    initial v1  
    11Hi,
    22I'm working on a rollout of trac and i'm using child tickets. I have a number of custom fields that I need to be applied to child tickets so i've hacked the code a bit and added it in. Can i just checkout the code and then check it back in with the mods? This is the section of code i've modified.
    3 {{
     3{{{
     4#!patch
    45                    # Can user create a new ticket? If not, just display title (ie. no 'create' button).
    56                    if 'TICKET_CREATE' in req.perm(ticket.resource):
     
    2829                    else:
    2930                        snippet.append(tag.div(tag.h3("Child Tickets",id="comment:child_tickets")))
    30 }}
     31}}}
    3132I've moved the form fields to a list and appended additional fields from the config
    3233