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
Multiple events of a single kind kept being created on portal. I identified that it was likely multiple presses of the submit button - and indeed, a simple test on local yielded multiple events being created by the submit button being pressed more than once before a redirect was enacted.
The submit button should be denounced, or better, stalled until the submission has finished.
If a redirect is enacted (successful submission), then the submit button should be locked permanently (although, on back button, the submit button should be yielded back to the user).
The text was updated successfully, but these errors were encountered:
Xevion
added
bug
Something isn't working
rework
Something existing needs to be redeveloped or modified
labels
Oct 6, 2023
Multiple events of a single kind kept being created on portal. I identified that it was likely multiple presses of the submit button - and indeed, a simple test on local yielded multiple events being created by the submit button being pressed more than once before a redirect was enacted.
The text was updated successfully, but these errors were encountered: