Skip to content

Commit

Permalink
Add missing mapping ID
Browse files Browse the repository at this point in the history
  • Loading branch information
rixx committed Nov 15, 2024
1 parent 48f8216 commit 6df9849
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pretalx_salesforce/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ def serialize_relations(self):
"Session__c": {"pretalx_LegacyID__c": self.submission.code},
"Contact__c": {"pretalx_LegacyID__c": speaker.code},
"Name": f"{speaker.name}{self.submission.title}",
"pretalx_LegacyID__c": f"{speaker.code}-{self.submission.code}",
}
for speaker in self.submission.speakers.all()
]
Expand Down

0 comments on commit 6df9849

Please sign in to comment.