Comment 27 for bug 1842297

Revision history for this message
Julian Clementson (oajulianc) wrote :

I've pushed my proposed implementation for bug 1989348 and tagged with pullrequest.

If that is accepted, then we can provide the default values for OpenAthens by adding defaultNewRecord to the routing data as follows:

{
    path: 'config/openathens_identity',
    component: BasicAdminPageComponent,
    data: [{
        schema: 'config',
        table: 'openathens_identity',
        fieldOrder: 'id,org_unit,active,api_key,...',
        defaultNewRecord: {
            active: true,
            auto_signon_enabled: true,
            unique_identifier: 1,
            display_name: 1
        }
    }]
}