Skip to content

Commit

Permalink
Merge pull request #272 from MetaCell/feature/export_fw_conn_uri
Browse files Browse the repository at this point in the history
exporting the reference uri for fw conn instead of the internal pk
  • Loading branch information
ddelpiano authored May 4, 2024
2 parents e9692ef + cce469f commit f8ec7e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/composer/services/export_services.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ def get_functional_circuit_row(cs: ConnectivityStatement):
def get_forward_connection_row(forward_conn: ConnectivityStatement):
return Row(
forward_conn.sentence.pk,
forward_conn.pk,
forward_conn.reference_uri,
ExportRelationships.hasForwardConnection.label,
ExportRelationships.hasForwardConnection.value,
"",
Expand Down

0 comments on commit f8ec7e2

Please sign in to comment.