MantisBT: master 68956251

Author Committer Branch Timestamp Parent
vboctor master 2005-01-21 21:20 master 4b02105f
Changeset

Support for custom values for dynamically generated possible values. This can be done by setting the possible values field of the custom field to "=<custom_func>" rather than "fixed_a|fixed_b|fixed_c". There are two implemented examples, "=versions_enum" and "=categories_enum". See core/custom_function_api.php.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@3251 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9

mod - doc/ChangeLog Diff File
mod - core/custom_field_api.php Diff File
mod - core/custom_function_api.php Diff File