Skip to content
Snippets Groups Projects
Commit 4b8838ac authored by Eric Bremner's avatar Eric Bremner
Browse files

Merge branch 'feature/ISTWCMS-6736-l26yan-Enable-views_cm_current_state' into '1.1.x'

ISTWCMS-6736 Enable views cm current state

See merge request !167
parents febf9cd8 90912367
No related branches found
No related tags found
1 merge request!167ISTWCMS-6736 Enable views cm current state
......@@ -179,6 +179,7 @@ dependencies:
- 'uw_ws_ofis:uw_ws_ofis'
- 'views_autocomplete_filters:views_autocomplete_filters'
- 'views_block_placement_exposed_form_defaults:views_block_placement_exposed_form_defaults'
- 'views_cm_current_state:views_cm_current_state'
- 'views_contextual_filters_or:views_contextual_filters_or'
- 'views_exposed_filter_blocks:views_exposed_filter_blocks'
- 'views_ical:views_ical'
......
......@@ -1688,3 +1688,14 @@ function uw_sites_all_update_9141(&$sandbox) {
function uw_sites_all_update_9142(&$sandbox) {
\Drupal::service('module_installer')->uninstall(['conditional_fields']);
}
/**
* Install views_cm_current_state.
*/
function uw_sites_all_update_9143(&$sandbox) {
$modules = [
'views_cm_current_state',
];
\Drupal::service('module_installer')->install($modules);
}
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