-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Description
On the Post an Event page, the button to submit a new event says "Post Event."

However, if someone tries to post an event, but misses a required field and receives an error message...

...the button at the bottom changes from "Post Event" to "Update Event."

This implies that the event has already been created and the user is now updating it, but really no event (or draft) exists. If the button stayed as "Post Event" after the error message came up, it would be clearer for users that they are still posting a new event.
This may be an item for discussion. Is it fixable? And is it worth fixing?
Expected behaviour
"Post Event" button stays as "Post Event" until event is successfully posted.
Actual behaviour
If user misses a required field and receives an error message, the "Post Event" button changes to "Update Event" even though the event has not yet been successfully posted.
Steps to reproduce the problem
- Log in to TLPD as a contributor
- Click "Add New" and fill in some event details. Make sure you do not fill in all the required fields--leave at least one blank.
- Click "Post Event." You will receive an error message saying you must fill in the required fields.
- Scroll down to see that the "Post Event" button now says "Update Event."