We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Original report by Thomas Waldmann (Bitbucket: thomaswaldmann, GitHub: thomaswaldmann).
some code is expecting it to return whoosh documents and then accessing doc[NAME] for example. this code currently fails as it returns Revisions.
some other code is dealing with it, processes the revisions correctly, e.g. by accessing rev.meta[NAME].
decide on which behaviour is correct, then fix all callers.
also check acl behaviour. access to user items might be prohibited by ACLs in a production configuration.
The text was updated successfully, but these errors were encountered:
Original comment by Thomas Waldmann (Bitbucket: thomaswaldmann, GitHub: thomaswaldmann).
note: changed user browser to deal with revisions returned by search_users
Sorry, something went wrong.
Could not find any problems to fix in user.py, assume this was fixed long ago.
Found problems documented in #1707 while researching this issue.
Closing, nothing left to do.
No branches or pull requests
Original report by Thomas Waldmann (Bitbucket: thomaswaldmann, GitHub: thomaswaldmann).
some code is expecting it to return whoosh documents and then accessing doc[NAME] for example. this code currently fails as it returns Revisions.
some other code is dealing with it, processes the revisions correctly, e.g. by accessing rev.meta[NAME].
decide on which behaviour is correct, then fix all callers.
also check acl behaviour. access to user items might be prohibited by ACLs in a production configuration.
The text was updated successfully, but these errors were encountered: