11-04-2019, 01:01 PM
that functionality is inherited from vtiger crm:
https://github.com/tsolucio/corebos/blob/master/modules/ServiceContracts/manifest.xml#L543:L552
https://github.com/tsolucio/corebos/blob/master/modules/ServiceContracts/ServiceContractsHandler.php
it is hardcoded with no option to turn off
you could add a global variable to toggle it or a setting screen in service contracts that adds/deletes the events depending on what you need. This would be much better because these evetns are executed on EVERY save of EVERY module.
https://github.com/tsolucio/corebos/blob/master/modules/ServiceContracts/manifest.xml#L543:L552
https://github.com/tsolucio/corebos/blob/master/modules/ServiceContracts/ServiceContractsHandler.php
it is hardcoded with no option to turn off
you could add a global variable to toggle it or a setting screen in service contracts that adds/deletes the events depending on what you need. This would be much better because these evetns are executed on EVERY save of EVERY module.
Joe
TSolucio
TSolucio