node_acl icon indicating copy to clipboard operation
node_acl copied to clipboard

updating to mongo 4.0 causes issue with select {_bucketname: 0}, not working

Open akshay9502 opened this issue 6 years ago • 1 comments

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 Aug 02 '19 09:08 akshay9502

Fixed in my fork acl2 of this module. More info here: https://github.com/OptimalBits/node_acl/issues/285#issuecomment-688599945

koresar avatar Sep 08 '20 03:09 koresar