Collection permission issue with related data tables

Hi,

A Forest user has an attributed role with all permissions disabled for one collection, this collection has a one-to-many relationship with another collection, in the summary page of the other collection-related table details should be hidden.
Example: customers have many products. In the customer Summary list of products related to the customer is displayed.
I create one forest role with no permissions on products collection and read permission on the customer table. Forest users with this role keep a view of the product collection from the customer summary view. I expect this part to be hidden.

Hello @jules,

Indeed, that make sense to not display products for users that have no permissions. I will sync with a colleague to understand what’s going on here.

But first, can you please share your package version / name ?

Thanks in advance,
Morgan

Alright.
“forest-cli”: “^2.3.4”,
“forest-express-sequelize”: “^8.3.2”,
“pg”: “^8.7.1”,
“sequelize”: “^6.6.5”,

“liana”: “forest-express-sequelize”,
“liana_version”: “8.3.2”,
“stack”: {
“database_type”: “postgres”,
“engine”: “nodejs”,
“engine_version”: “14.17.6”,
“orm_version”: “6.6.5”
}

Hey @jules,

Can you also share the role in question ? :pray:
A colleague will take on from this point since he is an expert on the permission/role system.

Kind regards,
Morgan