[Viewer 6.0.1 Issue - Business Objective Summary] : Broken Links for Strategic Goal and Business Owner

Post Reply
User avatar
tkinte
Posts: 145
Joined: 18 Nov 2014, 08:24
Location: https://www.linkedin.com/in/tshitshi-kia-ntoni
Contact:

Hi .

There are missing parts in the links generated for the strategic Goal and the Business Owner in the Business Objective Summary .

View context :

Code: Select all

 ... XSL=business/core_bl_bus_obj_summary.xsl&PAGEXSL=&LABEL=Business%20Objective%20Summary%20 ...
Generated broken link for strategic Goal

Code: Select all

http://localhost:8080/eaviewer_601d/report?XML=reportXML.xml&PMA=sear_Class150065&cl=en-gb
Generated broken link for Business Owner

Code: Select all

http://localhost:8080/eaviewer_601d/report?XML=reportXML.xml&PMA=sear_Class154&cl=en-gb
Adding the XSL part resolves the issue for Strategic Goal :

Code: Select all

http://localhost:8080/eaviewer_601d/report?XML=reportXML.xml&PMA=sear_Class150065&cl=en-gb&XSL=business/core_bl_bus_obj_summary.xsl
How to add the XSL part for Business Owner , which may be Individual or Group Actor based on the metamodel?

Best regards.

Tshitshi
User avatar
neil.walsh
Posts: 444
Joined: 16 Feb 2009, 13:45
Contact:

Hi Tshitshi,

Thanks for spotting this. It's a small bug in the view that's easy to fix.

The view is in the "business" folder of the Essential Viewer webapp and is called core_bl_bus_obj_summary.xsl.

To fix this you can change line 28 from

Code: Select all

<xsl:variable name="linkClasses" select="('Data_Subject', 'Information_View')"/>
to

Code: Select all

<xsl:variable name="linkClasses" select="('Business_Objective', 'Group_Actor', 'Individual_Actor')"/>
Alternatively, I've attached an updated version of the view to this post which you can copy to the "business" folder and overwrite the existing file. This will also be in the next release of Essential.
core_bl_bus_obj_summary.xsl
Thanks for your feedback

Neil
You do not have the required permissions to view the files attached to this post.
User avatar
tkinte
Posts: 145
Joined: 18 Nov 2014, 08:24
Location: https://www.linkedin.com/in/tshitshi-kia-ntoni
Contact:

Hi Neil.

Thank you for the support. Fixed issue.

Best regards.

Tshitshi
Post Reply