Changes between Version 3 and Version 4 of CategorizedFieldsPlugin


Ignore:
Timestamp:
Apr 29, 2014, 7:38:03 AM (10 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CategorizedFieldsPlugin

    v3 v4  
    4444# specify the hide condition in syntax "(catagory_id).hide_when_(condition-field) = (field-value1)[, (field-value2), ..]"
    4545cat1.hide_when_status = new, closed
     46
     47# the order of catagory, the smaller the index is, the more the catagory is close to top
     48cat1.index = 1
    4649}}}
    4750 3. In {{{[ticket-custom]}}} section, specify your fields with catagory property:
     
    5255# declare one field with catagory in syntax "(field_id).catagory = (catagory_id)"
    5356custom_field1.catagory = cat1
     57
     58# the order of field, the smaller the index is, the more the field is close to top
     59custom_field1.index = 1
    5460}}}
    55613. That's all.