Profile edit form validation errors are not displayed.
Closed this issue · 4 comments
ojedatony1616 commented
It currently doesn't save the changes you made or close the Edit Profile view.
bbengfort commented
@ojedatony1616 can you be a bit more specific? It's working for me, and I don't see any errors in the logs?
ojedatony1616 commented
@bbengfort I think it has to do with the bio part. Is there a character limit for that field? It let me update everything but that. When I copy and paste my bio from the DDL website into the short bio field, the Save Changes button doesn't work.
bbengfort commented
Ah - there is indeed a character limit (255 chars), so there are two problems here:
- Invalid uploads should be displayed on the form if there is trouble.
- The biography should be updated to be a bit longer.
This is definitely research code; the Logbook and Trinket apps have more robust profile tools that can be brought over.
bbengfort commented
I believe this is fixed now.