Instantiating New Extended Types

Registry v4.4.0 introduces several new Extended Types in support of Organization Sources.

  1. Extended Types for the new Contact object will automatically be added by UpgradeVersionShell, since this is an entirely new Contact.
  2. 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
    1. Navigate to ConfigurationExtended Types
    2. Click (plus) Add/Restore Default Types
      1. This will restore Default Types that were deleted. If this is not desirable, the new Identifier types (entityid and name) can be manually defined.

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.

  • No labels