On login I assign the user to extra Groups, by adding the AccessuserID to the "DW_extranet_groups" session. (PageView.User.Groups)
This works fine on Page permissions, but not on paragraph permissions.
My investigations show, that the two permissions handlers don’t use the same method for permission validation. The Paragraph permissions validations retrieves the user from the AccessUser database table, while the page permissions validations gets it from the PageView.User.
Is there a reason for this? I would prefer getting the user from PageView.User in both cases.
DW version: 19.1.2.7
DW version: 19.1.2.7