Changes between Initial Version and Version 1 of Ticket #10896


Ignore:
Timestamp:
Mar 22, 2013, 2:18:32 AM (11 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10896 – Description

    initial v1  
    44
    55i.e :
    6 
     6{{{
    77assigned_to = text
    88'''assigned_to.hide_when_type = EPIC'''
    99assigned_to.label = Assigned To
    1010assigned_to.order = 3
     11}}}
    1112
    1213# These are the mandatory fields across all tickets
    1314
     15{{{
    1416validate_author = true
    1517validate_author.tip = Please fill your valid email address
    1618validates = assigned_to, description, owner, milestone, reporter, summary
     19}}}
    1720
    1821# assigned_to field does not exist for ticket of type EPIC
     22
     23{{{
    1924assigned_to.rule = .*
    2025assigned_to.tip = Please assign the ticket to a user
     
    3439summary.rule = .*(A-Z| ).*
    3540summary.tip = Summary field can only contain alpha characters
     41}}}
    3642
    3743On submit of ticket of type EPIC, Trac errors saying "Please assign the ticket to a user