Page 1 of 1

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

Posted: 26 May 2022, 14:09
by tkinte
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