Skip to content

Commit

Permalink
Added back admin_views. (#3008)
Browse files Browse the repository at this point in the history
  • Loading branch information
dharizza authored and janette committed Jan 9, 2020
1 parent 17d22d2 commit b9b0d7c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions dkan.info
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ dependencies[] = taxonomy
; Contrib
dependencies[] = admin_menu
dependencies[] = admin_menu_toolbar
dependencies[] = admin_views
dependencies[] = adminrole
dependencies[] = autocomplete_deluxe
dependencies[] = bueditor
Expand Down
7 changes: 7 additions & 0 deletions dkan.install
Original file line number Diff line number Diff line change
Expand Up @@ -855,3 +855,10 @@ function dkan_update_7037() {
variable_set('views_defaults', $default);
}
}

/**
* Enable admin_views.
*/
function dkan_update_7038() {
module_enable(['admin_views']);
}
3 changes: 3 additions & 0 deletions dkan.profile
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,9 @@ function dkan_misc_variables_set(array &$context) {
'og_extras_groups' => TRUE,
'og_extras_members' => TRUE,
'dataset' => TRUE,
'admin_views_file' => TRUE,
'admin_views_node' => TRUE,
'admin_views_user' => TRUE,
);
variable_set('views_defaults', $views_disable);
}
Expand Down
2 changes: 2 additions & 0 deletions drupal-org.make
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ projects:
version: '1.1'
patch:
2441283: https://www.drupal.org/files/issues/allow_ordering_of_the-2441283-5.patch
admin_views:
version: '1.7'
adminrole:
version: '1.1'
autocomplete_deluxe:
Expand Down

0 comments on commit b9b0d7c

Please sign in to comment.