Changes between Initial Version and Version 4 of Ticket #12005


Ignore:
Timestamp:
Oct 10, 2014, 1:50:42 AM (10 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12005 – Description

    initial v4  
    1 What's the best implementation for validating for value <> '' for unhidden custom fields. I am using DynamicFieldPlugin with MultiSelectFieldPlugin. Here is a sample of my trac.ini:
     1What's the best implementation for validating for value <> `''` for unhidden custom fields. I am using DynamicFieldsPlugin with MultiSelectFieldPlugin. Here is a sample of my trac.ini:
    22
     3{{{#!ini
    34ci_appls = text
    45ci_appls.clear_on_hide = true
     
    2324ci_appls.value =
    2425ci_appls.show_when_component = Facility
     26}}}
    2527
    26 The invalid_if does not catch the error.
     28The `invalid_if` does not catch the error.