Hi,
If you want a drop-down list with multiple entries,
1. create a custom field
2. In the field "type" select "enumeration" or "Multiselection list" (depends of what you want exacly).
3. In the "Possible value" field, enter the value you want to be displayed, separated by | (eg: test1|test2|test3 ...
Search found 4 matches
- 14 Jun 2005, 14:15
- Forum: Help
- Topic: Custom fields do NOT work
- Replies: 15
- Views: 21174
- 09 Jun 2005, 10:04
- Forum: Help
- Topic: v1.0.0a3 - custom_fields problems
- Replies: 3
- Views: 7793
I found a workaround in the bugtracker (issue 0005696).
Below the workaround I had applied:
In CORE/, edit the custom_field_api.php file.
Line 628: add to the FROM condition "$t_custom_field_project_table as cfpt" (ie you should have: FROM $t_custom_field_table as cft, $t_custom_field_project_table ...
Below the workaround I had applied:
In CORE/, edit the custom_field_api.php file.
Line 628: add to the FROM condition "$t_custom_field_project_table as cfpt" (ie you should have: FROM $t_custom_field_table as cft, $t_custom_field_project_table ...
- 09 Jun 2005, 09:45
- Forum: Help
- Topic: v1.0.0a3 - custom_fields problems
- Replies: 3
- Views: 7793
v1.0.0a3 - custom_fields problems
Hi,
I just upgrade my mantis version to the v1.0.0a3 and I found a problem regarding the custom field function.
Description: In Management\Custom field, I add a new custom field (wich is an enumeration field) and click on update.
The next page shown was "operation successfull".
But when I came ...
I just upgrade my mantis version to the v1.0.0a3 and I found a problem regarding the custom field function.
Description: In Management\Custom field, I add a new custom field (wich is an enumeration field) and click on update.
The next page shown was "operation successfull".
But when I came ...
- 24 Feb 2005, 11:56
- Forum: Help
- Topic: Problem downloading file with IE6
- Replies: 2
- Views: 9650