Describe the bug
The process_submisison workflow can fail when the record creation date is of type dd/mm/yyyy as seen in this report. In this case a reaction creation date of 05/02/2025 fails when the workflow is attempted on 09/02/2025 with the following message:
"Reaction.provenance: Record modified time should be after creation"
Resolved by replacing the record creation dates with 02/05/2025, but we may want to watch for this bug in the new editor interface.
Describe the bug
The process_submisison workflow can fail when the record creation date is of type dd/mm/yyyy as seen in this report. In this case a reaction creation date of 05/02/2025 fails when the workflow is attempted on 09/02/2025 with the following message:
"Reaction.provenance: Record modified time should be after creation"
Resolved by replacing the record creation dates with 02/05/2025, but we may want to watch for this bug in the new editor interface.