Control what your users can access and save time, money, and frustrations. Lock down sensitive data in SuiteCRM to specific groups or teams. Supports unlimited assigned users, unlimited group assignments to records, custom layouts for each group, login/sudo capabilities and much more.
#2009 - Rename Security Groups subpanel title
Hello, I would like to rename the Security Groups subpanel title. Where/how do I do this? Thanks, Cindy
5 years ago
Hi Cindy,
You do this in Studio by going to the Subpanels folder for a module and clicking on Security Groups. You can rename it then on the right side. It should like this:
5 years ago
Thanks, Jason. Do you mean type over the Title where it says Security Groups? I did that but when I Save&Deploy it reverts back to Security Groups.
5 years ago
Which file in the code would I see this in? I've already made some updates via custom Extension folder for Security Groups.
5 years ago
Looks like a SuiteCRM fun issue. I suggest editing this file directly:
custom/Extension/modules/{YOUR_MODULE}/Ext/Language/en_us.SecurityGroups.php
Then run a Quick Repair & Rebuild two times.
5 years ago
That worked! Thanks, Jason. I knew you would have the answer.
5 years ago
Happy to help. Downside with that is that after each SecuritySuite upgrade you will need to overwrite that file. You can avoid that by creating a new en_us.xSecurityGroups.php file in that directory and doing your custom label in that file. It should load after the first file and work correctly.
5 years ago
That approach isn't working for me. When I create the x version of the file with my custom label, the EXT auto generated file has my custom label first, then second the original Security Groups label, and that's what I see on my subpanel. Any other ideas will be greatly appreciated. Thanks!!
5 years ago
I believe it loads in alphabetical order so drop it in that same directory with a name like zzzzMyCustomLabels.php and repair a couple of times.
5 years ago
Yes, I see what you mean about that. I just installed updated Security Suites and see that those updates to rename the subpanel for Security Groups have been overwritten. I'll have to try your suggestion as I just learned to hard way what you meant by that. :(