[essential_viewer_6156] ISSUE : Application Summary - inforep_category value ignored for Database selection

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

Hi.

The selection of database should take in account additionnally Information_Representation instances with the Information_Representation_Category value = "Database".

It is not currently the case

Code: Select all

<xsl:variable name="allInfoRels" select="/node()/simple_instance[own_slot_value[slot_reference = 'app_pro_to_inforep_from_app']/value = $param1]"/>
	<xsl:variable name="allDatabases" select="$allInfoRels[own_slot_value[slot_reference = 'app_pro_persists_info_rep']/value = 'true']"/>
	<xsl:variable name="allInfoReps" select="/node()/simple_instance[name = $allDatabases/own_slot_value[slot_reference = 'app_pro_to_inforep_to_inforep']/value]"/>
Best regards

Tshitshi
Post Reply