Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: flows dashboard and quickrun throw errors when enabling a schedule when no schedules exist #1268

Open
1 of 5 tasks
dylanraithel opened this issue Apr 19, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@dylanraithel
Copy link

Bug Description

This is more of a user experience gap than a pure bug. The graphql response in the browser indicates a server failure when attempting to enable or disable a flowrun schedule if there's no schedule for the flow. Once a schedule exists, toggling schedules on/off works as expected

Steps To Reproduce

  1. Create a project
  2. Regiser a flow
  3. *Make sure no schedules exist
  4. Go to the flows dashboard or quickrun screen and toggle the schedule on or off

Browsers Tested:

  • Chrome
  • Firefox
  • Safari
  • Edge
  • IE

Notes
Screen Shot 2022-04-18 at 11 13 10 AM
Screen Shot 2022-04-18 at 11 57 05 AM
Screen Shot 2022-04-18 at 11 57 19 AM

[{ "data": { "set_schedule_active": { "success": false, "__typename": "success_payload" } } }]

@dylanraithel dylanraithel added the bug Something isn't working label Apr 19, 2022
@kvnkho
Copy link
Contributor

kvnkho commented Apr 19, 2022

At the minimum, the request here is a warning message to check if a schedule is properly set.

@ShaoyiZhang
Copy link

I encountered this misleading error message as well and was scratching my head. +1 for a clearer warning message.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants