Hello,
Can anyone tell me why the team_id field is always audited?
from SugarBean.php:
I'd like to remove it, but I'm afraid of breaking something on a lower level...PHP Code:function getAuditEnabledFieldDefinitions() {
$this->audit_enabled_fields=array();
foreach ($this->field_defs as $field => $properties) {
if (
$field == 'team_id' or ....
Thanks
diogo


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks