Fixed the symmetry of the relation

This commit is contained in:
Denis Flaven
2026-03-04 17:50:13 +01:00
parent debfa83c64
commit 9b15bbab75

View File

@@ -509,7 +509,7 @@
<neighbours>
<neighbour id="flow">
<query_down><![CDATA[SELECT DataFlow WHERE source_id = :this->id]]></query_down>
<query_up><![CDATA[SELECT SoftwareInstance WHERE id = :this->source_id]]></query_up>
<query_up><![CDATA[SELECT FunctionalCI WHERE id = :this->source_id]]></query_up>
<direction>both</direction>
</neighbour>
</neighbours>