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.
#5909 - https://www.sugaroutfitters.com/support/securitysuite/496
Hi I tried to leave a message on the page where the initial issue was addressed however I was not allowed to as I have not purchased SecuritySuite on that store.
On the webpage in the subject, you talk about a blacklist to avoid SecurityGroup from trying to process relationships between modules that should not have SecurityGroups this is on line 546 of modules/SecurityGroups/SecurityGroup.php
currently this is a hardcoded list with no options to expand it. This will cause problems on systems that make sure of plugins that also make use of the sugaroutfitters licenceaddon by generating lots of PHP warnings.
these warnings point to line 562 and 569 of modules/SecurityGroups/SecurityGroup.php
$module_blacklist should be expanded so it can grab additional module names from the config.php or something
the following is a list of some modules that should not have relationships with SecuritySuite and should be included in the module_blacklist: 'VIDynamicPanelsLicenseAddon' 'VISummaryFieldsLicenseAddon' 'VIListSummaryLicenseAddon'