RTC: Work Item Editor Presentation Attribute "hideIfEndpointEmpty" does not work in the web-ui
All,
I was trying to hide a presentation as long as a certain link type is empty for a given work item. According to article 130 (jazz.net/library/article/130), I configured a property with key="hideIfEndpointEmpty" for the editor presentation. Unfortunately, this does not work in the web UI (RTC 4.0.2). I think the reason why this does not work is in the JavaScript which handles this property: JavaScript Snippet from WorkItemProxyClient.js (/com.ibm.team.workitem.web/resources/cache/internal/WorkItemProxyClient.js). According to FireBug, this is starting at line 955: if(propertyMap.hideIfEndpointEmpty == "true") { var endpointArray = propertyMap.hideIfEndpointEmpty.split("/"); if(endpointArray && endpointArray.length > 0) { ... Any chance that this will be fixed in the near future? Thanks! Markus |
2 answers
Hello Markus,
If after reading the above linked work items, you still have the feeling that you're facing a defective behavior,
please feel free to open a defect against Work Item Component.
Thanks.
Eric.
Comments
Markus Nosse
commented May 28 '13, 4:38 a.m.
Hi Eric,
|
I have created a new defect, related to the mentioned ones. Here is the link:
https://jazz.net/jazz/web/projects/Rational%20Team%20Concert#action=com.ibm.team.workitem.viewWorkItem&id=266818 |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.