Skip to content

Commit

Permalink
Status needs to be capitalized
Browse files Browse the repository at this point in the history
  • Loading branch information
rixx committed Nov 14, 2024
1 parent 87c2552 commit d32d771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pretalx_salesforce/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def serialize(self):
"pretalx_LegacyID__c": self.submission.code,
"Name": self.submission.title,
"Track__c": str(self.submission.track.name),
"Status__c": self.submission.state,
"Status__c": self.submission.state.capitalize(),
"Abstract__c": (
(self.submission.abstract or "")
+ "\n"
Expand Down

0 comments on commit d32d771

Please sign in to comment.