Open tlawrie opened 1 year ago
Testing schedules with the following scenarios
@timrbula it looks like the ScheduleEntity has changed. Moving from parameters: { key: value} to params [{name: "", value: ""}]
I attempted to fix it to params from parameters (see latest push to the web app)... but its got the wrong type... its meant to be a RunParam (like on the Run modal).
I imagine the read of the params has changed as well from key: value to a run param if you are editing the schedule as well. Is that something you can help fix? i think it might be in the SchedulerEditor.tsx but not 100% certain.
Additionally, another part of the app that we removed but might be helpful bringing back is the Schedules page for a team.
Validate that Schedules works.