You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users assigned the “plugin_cmf_perm_activities” role should have access to the Activities tab within the Pimcore Customer Data Framework interface.
Actual behavior
The Activities tab is not displayed for users who possess only the “plugin_cmf_perm_activities” role. Upon investigation, it appears that during the evaluation of ActivityView.config.PERMISSION, the permission is set to “plugin_cmf_perm_customerview”. Consequently, users must also be assigned the “plugin_cmf_perm_customerview” role to access the Activities tab. The relevant code in src/Resource/public/js/startup.js correctly references the intended permission, suggesting the issue may originate elsewhere in the codebase.
Steps to reproduce
Assign the activity role to a test user.
Log in as the test user.
Navigate to a user where the Activities tab should be present.
Observe that the Activities tab is not visible.
Assign the “plugin_cmf_perm_customerview” role to the same test user.
Log in again as the test user.
Navigate to the same section and note that the Activities tab is now visible.
The text was updated successfully, but these errors were encountered:
Expected behavior
Users assigned the “plugin_cmf_perm_activities” role should have access to the Activities tab within the Pimcore Customer Data Framework interface.
Actual behavior
The Activities tab is not displayed for users who possess only the “plugin_cmf_perm_activities” role. Upon investigation, it appears that during the evaluation of ActivityView.config.PERMISSION, the permission is set to “plugin_cmf_perm_customerview”. Consequently, users must also be assigned the “plugin_cmf_perm_customerview” role to access the Activities tab. The relevant code in src/Resource/public/js/startup.js correctly references the intended permission, suggesting the issue may originate elsewhere in the codebase.
Steps to reproduce
The text was updated successfully, but these errors were encountered: