Instantiating New Extended Types
Registry v4.4.0 introduces several new Extended Types in support of Organization Sources.
- Extended Types for the new Contact object will automatically be added by UpgradeVersionShell, since this is an entirely new Contact.
- The new Extended Types for Identifiers will not automatically be added to existing COs. They are not required unless the Federation Source plugin will be used. To add them
- Navigate to Configuration > Extended Types
- Click
Add/Restore Default Types
- This will restore Default Types that were deleted. If this is not desirable, the new Identifier types (
entityid
andname
) can be manually defined.
- This will restore Default Types that were deleted. If this is not desirable, the new Identifier types (
Evolving Custom Enrollment Plugins
Custom enrollment flow plugins must add the "AttributeEnumeration"
model to the $uses
array if your class extends CoPetitionsController.
See Enrollment Flow Plugins for an example.