node_acl icon indicating copy to clipboard operation
node_acl copied to clipboard

[Fix] Projection issue, #279

Open akshay9502 opened this issue 5 years ago • 5 comments

akshay9502 avatar Aug 02 '19 09:08 akshay9502

Kindly explain the change you had to make, and what problem it will solve.

I assume package.json change is done by mistake.

ShaharyarAhmed avatar Oct 28 '19 14:10 ShaharyarAhmed

Will it still work with older mongo versions?

manast avatar Oct 28 '19 20:10 manast

Mongoose version: 5.6.7 mongo: 4.0

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

akshay9502 avatar Nov 08 '19 05:11 akshay9502

as it does not deselect the _bucketname, we get the "_bucketname" in the role names

akshay9502 avatar Nov 08 '19 05:11 akshay9502

yes it will work in the older versions as well

akshay9502 avatar Nov 08 '19 05:11 akshay9502