Bug NodePermissions funkiness

There is a bug in this version
D

digitalpoint

Guest
Maybe this is by design, or maybe it's a bug... I'm not sure. But if you look in the xf_node_type table, there's a column for permission_group_id, which should be which permission group applies to that node type. At least you'd think so.

If you look at XF\Permissions\NodePermissions->setupNodeTypes(), the logic is to include permission groups that ANY node type uses (not just the node type you are looking at).

It makes for some weirdness... for example if you...

Read more

Continue reading...