Hi,
Is there a way to prevent a JIRA dialog, that uses chrome, from closing when you have attached an event to the submit button using AP.events.on method?
The reason why i am asking this is because the submit function has a complex behavior that includes promises/ajax calls and since i cant prevent the dialog from closing the my ajax call will be canceled because the function already returned and it doesn’t even work for promises since it doesn’t wait for them to end.
Thank you,
André Rodrigues