Skip to content

fix: apply reminders from recurrence for api created runs

Navin Karkera requested to merge navin/fix-reminders into master

Description

Run creation via API implemented in !86 (merged) had a bug where it was not setting reminders from recurrence. The MR updates the code to use same function to create runs from both API and scheduled task.

Testing instructions

Step by step procedure

  1. Checkout master branch
  2. Follow instructions in !86 (merged) to setup recurrence and event mapping.
  3. Before triggering the API, add more reminders to recurrence.
  4. Trigger API and check created run, it should be missing reminders.
  5. Checkout this branch and re-run the API, this time reminders should be added in the new run.

Author notes and concerns

Frontend files changed as the formatter was not run in previous MR(!93 (merged))

Merge request reports