-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Minor
-
Affects Version/s: COmanage Registry 1.0.5 (Polished Polygon MR5)
-
Component/s: Registry
This appears to be because the form is generating duplicate entries for each attribute:
[CmpEnrollmentAttribute] => Array
|
(
|
[0] => Array
|
(
|
[cmp_enrollment_configuration_id] => 1
|
[attribute] => names:honorific
|
[type] => official
|
)
|
|
[1] => Array
|
(
|
[cmp_enrollment_configuration_id] => 1
|
[attribute] => names:honorific
|
[type] => official
|
[required] => 0
|
[env_name] =>
|
)
|