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
![]()
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 |