You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: