Results 1 to 1 of 1

Thread: team_id audit

  1. #1
    dricrm is offline Sugar Community Member
    Join Date
    Aug 2005
    Location
    Lisbon, Portugal
    Posts
    116

    Default team_id audit

    Hello,

    Can anyone tell me why the team_id field is always audited?

    from SugarBean.php:

    PHP Code:
     function getAuditEnabledFieldDefinitions() {
                
    $this->audit_enabled_fields=array();
                foreach (
    $this->field_defs as $field => $properties) {

                    if (

                    
    $field == 'team_id' or .... 
    I'd like to remove it, but I'm afraid of breaking something on a lower level...

    Thanks
    diogo
    Last edited by dricrm; 2007-03-09 at 10:51 AM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Audit ???
    By Archylus in forum Help
    Replies: 6
    Last Post: 2009-07-29, 11:15 AM
  2. Volunteers Needed for Usability Audit
    By susiewilliams in forum Announcements
    Replies: 1
    Last Post: 2007-03-13, 04:55 PM
  3. Hot to Audit Custom Fields
    By tbivans in forum Developer Help
    Replies: 4
    Last Post: 2006-12-21, 01:15 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •