zerodine / MongoDBAclBundle

This bundle allows the use of MongoDB as the storage layer for the Symfony ACLs component.
21 stars 32 forks source link

findChildren not work with $directChildrenOnly = true #46

Open hazarin opened 7 years ago

hazarin commented 7 years ago

Has: $query = array( "parent" => $parentId, ); need: $query = array( "parent._id" => $parentId, ); Mongo 3.4