'Profile',
'CustomValue',
'UFJoin',
- 'UFField',
'Relationship',
'RelationshipType',
'Note',
'ignore_severity',
),
),
+ 'UFField' => array(
+ 'cant_update' => array(
+ // These fields get auto-adjusted by the BAO prior to saving
+ 'weight',
+ 'location_type_id',
+ 'phone_type_id',
+ 'website_type_id',
+ // Not a real field
+ 'option.autoweight',
+ ),
+ 'break_return' => array(
+ // These fields get auto-adjusted by the BAO prior to saving
+ 'weight',
+ 'field_type',
+ 'location_type_id',
+ 'phone_type_id',
+ 'website_type_id',
+ // Not a real field
+ 'option.autoweight',
+ ),
+ ),
'JobLog' => array(
// For better or worse triggers override.
'break_return' => ['run_time'],