You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If multiple reportActions of different types are created in the same millisecond, then there is currently nothing to guarantee that the CREATED action will appear first
Solution
Update the reportActions sorting function to ensure that we sort by three criteria instead of two:
roryabraham
changed the title
Sort reportActions by timestamp, then action type, then reportActionID
(front-end) Sort reportActions by timestamp, then action type, then reportActionID
Jan 10, 2023
melvin-botbot
changed the title
(front-end) Sort reportActions by timestamp, then action type, then reportActionID
[HOLD for payment 2023-01-20] (front-end) Sort reportActions by timestamp, then action type, then reportActionID
Jan 13, 2023
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Problem
If multiple reportActions of different types are created in the same millisecond, then there is currently nothing to guarantee that the
CREATED
action will appear firstSolution
Update the reportActions sorting function to ensure that we sort by three criteria instead of two:
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: