Default value not working for enum field if multiple select
This problem has been found on RTC 1.01.1
Description:
I have a custom enumeration field, which has a default literal ("Unassigned" value) setup.
On the presentation side it has been defined as a "Multi-select list".
The problem is that, even if the values are shown OK, the default value is not marked.
Am I missing anything? Or it is just a bug?
Thanks
Claudia
Description:
I have a custom enumeration field, which has a default literal ("Unassigned" value) setup.
On the presentation side it has been defined as a "Multi-select list".
The problem is that, even if the values are shown OK, the default value is not marked.
Am I missing anything? Or it is just a bug?
Thanks
Claudia
3 answers
This problem has been found on RTC 1.01.1
Description:
I have a custom enumeration field, which has a default literal
("Unassigned" value) setup.
On the presentation side it has been defined as a "Multi-select
list".
The problem is that, even if the values are shown OK, the default
value is not marked.
Am I missing anything? Or it is just a bug?
I would assume that this is a bug. Could you create a work item for this?
Thanks.
--
Regards,
Patrick
Jazz Work Item Team
Hi
I assume the field is of type 'string' (otherwise it would not work with the multi-select list). The default value of the string is the empty string and default values are currently not configurable on the attribute level. Showing an enumeration in a multi-select list is a presentation-layer-only feature.
Regards
Marcel
Jazz Work Item team
I assume the field is of type 'string' (otherwise it would not work with the multi-select list). The default value of the string is the empty string and default values are currently not configurable on the attribute level. Showing an enumeration in a multi-select list is a presentation-layer-only feature.
Regards
Marcel
Jazz Work Item team