Project Summary view not showing Information impacts

Post Reply
klawry38
Posts: 36
Joined: 12 Feb 2016, 01:46

Hi Guys,
Discovered that Information impacts are not showing in the Project Summary view. After a wee bit of investigation and trial-and-error I managed to find the culprit....I think....
It appears to be in core_el_project_summary.xsl at line 889.
The original line is: <xsl:when test="supertype='Information_Layer'">Information/Data</xsl:when>
The new line is <xsl:when test="supertype='Information_Layer'">Information</xsl:when>

And this seems to have rectified the issue.

Cheers
Keith
JohnM
Posts: 467
Joined: 17 Feb 2009, 20:19

Thanks Keith, we'll update the file in the next release
Post Reply