getkirby / kirby

Kirby's core application folder
https://getkirby.com
Other
1.27k stars 167 forks source link

[3.6.0] Custom Panel areas disabled in menu #3487

Closed distantnative closed 3 years ago

distantnative commented 3 years ago

If no access has been specified, the access to custom Panel areas should be granted: https://github.com/getkirby/kirby/blob/develop/src/Panel/View.php#L325

(maybe need different handling between native and custom areas?)

distantnative commented 3 years ago

Actually, even for native areas the default should be true

You don't have to set all permissions for each role. Each permission is set to true by default, if not specified otherwise.

https://getkirby.com/docs/guide/users/permissions

bastianallgeier commented 3 years ago