Skip to content
Snippets Groups Projects
Commit 2b536f4f authored by dpi's avatar dpi
Browse files

Improved documentation for update 8003.

parent 7ca9a95b
No related branches found
No related tags found
No related merge requests found
......@@ -150,10 +150,12 @@ function rng_update_8003() {
}
}
// Set default registrant for event types to the new bundle entity.
$config_names = $config_factory->listAll('rng.event_type.');
foreach ($config_names as $name) {
$config = $config_factory->getEditable($name);
// Set default registrant for event types to the new bundle entity created
// in 8002. 8002 + 8003 happen simultaneously.
$config->set('default_registrant', $default_registrant_type_id);
// Permit referencing existing entities for all enabled identity types.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment