Skip to content

Commit d39fc7a

Browse files
authored
remove mapping ids from xstore for showcase (#881)
1 parent 68e9044 commit d39fc7a

File tree

1 file changed

+2
-2
lines changed
  • showcases/data/End To End Examples/Integrate Mappings

1 file changed

+2
-2
lines changed

showcases/data/End To End Examples/Integrate Mappings/code.pure

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,9 @@ Mapping com::trade::TradeWithLegalEntityMapping
191191

192192
com::trade::Trade_LegalEntity: XStore
193193
{
194-
client[trade, com_entity_LegalEntity]: $this.entityIdFk ==
194+
client: $this.entityIdFk ==
195195
$that.entityId,
196-
trades[com_entity_LegalEntity, trade]: $this.entityId ==
196+
trades: $this.entityId ==
197197
$that.entityIdFk
198198
}
199199
)

0 commit comments

Comments
 (0)