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

Unexpected schedule dialog UI behavior when using a custom Action Hub action. #506

Open
mike-perry-flashparking opened this issue Dec 7, 2022 · 1 comment

Comments

@mike-perry-flashparking
Copy link

I have created a custom Action using the Restful Action API that allows me to email scheduled dashboards and looks with a custom email message template.

Everything works fine, but one of my QA testers found what seems like a UI bug when creating a scheduled dashboard.

When they open the dialog to create a schedule, everything works fine, the call to my action form endpoint work and a single text box for the email address is successfully rendered in the dialog as expected. If the user fills out all the info and clicks the send button, everything works and a schedule is created.

However, if the user tabs or clicks through the UI elements of the dialog and sets focus to my email text box enters the data and then hits the "Enter" key on their keyboard, the dialog immediately closes, and refreshes the dashboard page which wipes out any filters I had set on that page as well as not saving the schedule.

Is this expected behavior? Is there a way to get around this?

@Brandilee1990
Copy link

Brandilee1990 commented Dec 8, 2022

  • ##@ Duplicate of #

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants