stephane-rbn / soundbase

Free online audio distribution platform that enables its users to upload, promote & share their originally-created sounds
MIT License
5 stars 0 forks source link

Can't submit account form when username or email doesn't change #9

Closed stephane-rbn closed 6 years ago

stephane-rbn commented 6 years ago

Doesn't submit the form when a user doesn't change his username or email.

demo

Of course, it doesn't work because of the validations: you can't pick a username/email that already exists.

We should find a way to get avoid this validation when there is no change in these fields.

angristan commented 6 years ago

Fixed by https://github.com/Stephanyan/soundbase/commit/bd6c169538adab1a0b1d076a7b8b5e7c655845c5?

stephane-rbn commented 6 years ago

Yes.