Control what your users can access and save time, money, and frustrations. Lock down sensitive data in SugarCRM or 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.
On SuiteCRM v7.7.8, the "Use Creator Group Select" panel appears at the top of the page, whereas before it was at the bottom after everything. Is this the intended behavior? I prefer it at the bottom.
I'm actually using a custom SuiteP theme called SuitePImproved. Can you let me know where you made the changes for SuiteP so I can add it for my custom theme? Thanks.
This case is public.
Please leave out any sensitive information such as URLs, passwords, etc.
Saving Comment...
Are you sure you want to delete this case?
SugarAI Editions
Sugar Community
Compatible Versions
"It works perfectly :) I had some problems when i started using it, but with some help from the team of Sugar Outfitters, everything is fine and workin..."
- joaninhafonseca
9 years ago
No changes in SecuritySuite around this for 7.7.8 so likely a framework change caused it to move. I will look into it.
9 years ago
And forgot to mention the panel appears on the full form only, not the quick create.
9 years ago
Added a check for the SuiteP theme and adjusted accordingly. Included in the 2.9.5 release.
9 years ago
I'm actually using a custom SuiteP theme called SuitePImproved. Can you let me know where you made the changes for SuiteP so I can add it for my custom theme? Thanks.
9 years ago
Have you changed the structure for this theme or just the CSS? The tweak is structure dependent.
9 years ago
It's actually a 3rd party implementation but the structure hasn't changed, just padding and spacing I believe.
FINE TUNNING THE SUITECRM'S NEW THEME (SUITEP)
9 years ago
Looks to be in the file include/EditView/EditView2.php on line 780
if($theme == 'SuiteP')
if I change that to
if($theme == 'SuitePImproved')
it works, it puts the panel at the bottom.
9 years ago
That should do it!