Closed mwojno-tsg closed 3 years ago
Issue closed with OC commit: 26551. changed permission model bean id to 'com.tsgrp.opencontent.extendPermissionModel' instead of 'extendPermissionModel'. We ran into a bean conflict with pnp paas env that threw off permissions for ACA. The better practice for the bean id is declaring what module they are in anyways.
Following project's module context was changed:
CR: gsteimer, dgrumieaux
Overview
extendPermissionModel
bean id. Therefore, it threw off permissions for the PnP ACA env, which produced a lot issues whenever the permission model was hit.Solution
extendPermissionModel
bean id topnpExtendPermissionModel
bean id.