function opigno_learning_path_update_9005 in Opigno Learning path 3.x
Import updated LP configs.
File
- ./
opigno_learning_path.install, line 498 - Install, update and uninstall functions for the module.
Code
function opigno_learning_path_update_9005() {
module_load_include('install', 'opigno_lms');
_opigno_lms_apply_update('module', 'opigno_learning_path', 'config/install', [
'core.entity_view_display.group.learning_path.default',
'taxonomy.vocabulary.duration',
'field.storage.group.field_learning_path_duration',
'field.field.group.learning_path.field_learning_path_duration',
'views.view.opigno_group_members',
'views.view.latest_active_trainings',
]);
}