-
Notifications
You must be signed in to change notification settings - Fork 371
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
[Fix] Projection issue, #279 #280
base: master
Are you sure you want to change the base?
Conversation
Kindly explain the change you had to make, and what problem it will solve. I assume |
Will it still work with older mongo versions? |
Mongoose version: 5.6.7 in mongodb-backend, get function the select as the second parameter does not deselect _bucketname, thus in roles we even get _bucketname as role name |
as it does not deselect the _bucketname, we get the "_bucketname" in the role names |
yes it will work in the older versions as well |
No description provided.