pimcore / generic-data-index-bundle

Other
4 stars 4 forks source link

[Task]: Element permissions always return `true` #243

Closed Corepex closed 2 weeks ago

Corepex commented 2 weeks ago

Studio API version

0.0.1

Steps to reproduce

Give a user limited workspace permissions (eg. only list)

Image

check the /api/{type}/tree endpoint -> it will return true for every permission

Image

Actual Behavior

The endpoint returns true for every workspace permission

Image

Expected Behavior

the real value would be great :D 👾

lukmzig commented 2 weeks ago

This can be adapted here in the GDI bundle. Was set to true due to the ongoing API development

lukmzig commented 2 weeks ago

@Corepex should be resolved now, changes are already merged also to 2.x