May13

Written by:David Aldridge
5/13/2011 2:05 PM 

If you have modules installed in SugarCRM that do not show up in the roles when you go to create one, then try running the following query against the database:

select * from acl_actions where deleted=1;

This will list any ACLs which have been deleted.  This may happen inadvertently when you upgrade a module.

To restore them you can use the following command:

update acl_actions set deleted=0 where deleted=1;

 

Tags:

Your name:
Your email:
(Optional) Email used only to show Gravatar.
Your website:
Title:
Comment:
Security Code
Enter the code shown above in the box below
Add Comment  Cancel 
You must be logged in and have permission to create or edit a blog.