Details
-
Bug
-
Resolution: Cannot Reproduce
-
Major
-
COmanage Registry 4.3.5 (Ruddy Rex MR5)
-
None
Description
The Core API CO Person Write API will not create an OrgIdentity object linked to the CO Person object if the OrgIdentity object does not include the 'o' field.
In the model definition 'o' is labeled as
'o' => array( |
'content' => array( |
// Note we perform additional checks in beforeSave, see that function for details |
'rule' => array('validateInput'), |
'required' => false, |
'allowEmpty' => true |
)
|