RTC Defect Work Item Does Not Show Summary
On one of the RTC projects I use, Defects show the Summary in the iteration plan, but when you open the defect the summary is missing -- along with the two boxes that show the defect state. I also noticed a tab named "none" that has no content. I expect someone editing something that they should not have, but what?
Thanks,
Chris
Thanks,
Chris
Accepted answer
Hi Chris,
most likely someone modified the Editor Presentations, either modifying a default editor presentation, or by changing the selected ones.
You can edit the editor presentation bindings in the Project Configuration in the Work Items section. There are 4 different editor presentations for different contexts.
most likely someone modified the Editor Presentations, either modifying a default editor presentation, or by changing the selected ones.
You can edit the editor presentation bindings in the Project Configuration in the Work Items section. There are 4 different editor presentations for different contexts.
Comments
Kevin Ramer
Feb 21 '13, 12:46 p.m.I distilled this down to the wrong value for layout in the process XML
<tab id="com.ibm.team.workitem.editor.default.internalHeader" layout="builtInOverviewLayout">
<section sectionId="com.ibm.team.workitem.header.default" title="none"/>
</tab>
Should instead be:
<tab id="com.ibm.team.workitem.editor.default.internalHeader"
layout="internalHeader>
<section sectionId="com.ibm.team.workitem.header.default" title="none"/>
</tab>
This appeared early in the history of the project configuration (within the 1st few months)