Lost ability to select "Copy" on Contracts module

When we updated to version 8.0.2, our regular users who were previously able to copy Contract records have lost that ability. 

Users with Admin privileges are still able to select Copy. 

I couldn't find any documentation on anyone else experiencing this issue. Nor could I find documentation on which permissions control access to the Copy functionality. Currently our users have the following permissions on this module: 

Access
Access Type
Delete
Edit
Export
Import
List
Mass Update
View
Enabled
Normal
None
All
Not Set
None
All
All
All

Please advise on how I can grant access to Copy back to our users without giving them all Admin rights! 

Parents Reply
  • Hi Cecilia Hanson,

    Are your Regular Users assigned to Roles? Are you using Role-based Views?

    If so, keep in mind that the custom directory saves unique record.php for each Role with a unique view in:

    custom/modules/Contracts/clients/base/views/record/roles/

    In each roles' subdirectory, the record.php file will need to be updated with the described change in order for the users in those roles to see the effects of the workaround.

    Changing the core file's acl_module line should protect future role-based views from inheriting the symptom.

    I hope this helps.

Children