-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possible bug when editing user's username
property
#368
Comments
Addendum: when instead of removing the current value we replace it with a different string, the PATCH goes through and the change takes place. |
My suggestions:
|
Currently we do not accept |
I confirm that in the frontend we are removing the null values. If I allow them I receive:
|
Waiting for backend |
Closing, as the use of |
(found with @marcodeltufo)
To reproduce:
username
username
and click "save".Note that the request body of the PATCH API call is
but it does not include
username
.Is something wrong here? Or did we exclude it on purpose due to some weird request-body-validation rule in fractal-server? (cc @ychiucco)
The text was updated successfully, but these errors were encountered: