Page 1 of 1

Help! Manage Custom Fields Bug

Posted: 21 Jun 2006, 15:20
by arclightfire
Hi,

I am trying to add a custom field that is a drop down box of several options - which I can but I cannot get the drop down box to list the options I want. I can only see one text box to add the 'Possible Values' - how do I get a list of options as you can with 'Categories' under 'Manage Projects'

I am using version: Mantis 0.19.0

Cheers!

Posted: 21 Jun 2006, 17:08
by undergrid
You should just be able to put the values you want to use in the possible values field seperated by a | (pipe) character.

For Example:

Code: Select all

Option 1|Option 2|Option 2

thanks.

Posted: 22 Jun 2006, 10:30
by arclightfire
Cheers for that, it seems to work ok!