Why does attribute presentation think this is Enumeration List when it's not ?
![]()
RTC 4.0.7. User adds an enumeration and enumeration attribute to a work item type, synchronizes work items but presentation for the attribute insists on making the presentation one of the types for Enumeration List attribute. I have verified the attribute in question looks correct in the Process (Process Source) Configuration.
<customAttribute id="com.ibm.attr.customer_commit_Installed_OnSite" name="Installed OnSite" type="Installed OnSite"/>
In the Eclipse UI the Presentation will show as flagged with red x. In WebUI the presentation type ( editing the presentation ) shows the expected Enumeration / Radio. Eclipse UI shows Picker list, check box group.
![]() Eclipse UI does not show the attribute in the presentation and WebUI will show "Retrieving...." when the attribute pulldown is activated. What Gives ? |
Accepted answer
One other answer
![]()
Not sure how this came into place but the enumeration definition looks wrong - the Id should not have a space in it. If you try to add it step by step in RTC, you should get an error complaining about this. Since it is all messed up now, you cannot "fix" it rather than remove it and add a new one instead.
|