Page 1 of 1

Project Summary view not showing Information impacts

Posted: 11 May 2022, 21:59
by klawry38
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

Re: Project Summary view not showing Information impacts

Posted: 12 May 2022, 10:18
by JohnM
Thanks Keith, we'll update the file in the next release