-
Notifications
You must be signed in to change notification settings - Fork 81
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
AssertionError at /api/v1/users/<user-name>/ #1284
Comments
I would like to take up this issue.
|
@dpalomino thoughts on this? The super users do have bugs but since I think I'm the only one that really uses that feature, it hasn't been that big a deal. |
Thanks @rishabhiitbhu for raising the issue and for your collaboration. As @wonderchook was mentioning, there are some super user issues that we are not currently targeting because has very low impact. I'd suggest to take a look at some of the issues that are tagged with "First Contribution Friendly". You can also find more info here: Thanks! |
@dpalomino thanks for your suggestion. |
This issue in itself is valid and should be fixed at some point. Re-opening this. |
@oliverroick we need to rename the URL keyword 'slug' to 'username' in https://github.com/Cadasta/cadasta-platform/blob/master/cadasta/organization/urls/api/users.py this will solve this issue. I can create a PR to fix this if you say so. |
I don't mind if you pick this up. Bear in mind, though, that this is a lower priority issue so it might take a while till we review and merge the PR. |
@oliverroick I'm fine with that. :) |
Steps to reproduce the error
Actual behavior
Expected behavior
According to Docs link superuser should be able to see specific user's details (ex: first_name, last_name, email ) and should be able to update them.
The text was updated successfully, but these errors were encountered: