Skip to content

Commit

Permalink
Upgrade ODSM and enable fast token browser (#2967)
Browse files Browse the repository at this point in the history
* Upgrade ODSM and enable fast token browser
  • Loading branch information
dafeder authored and dharizza committed Sep 27, 2019
1 parent 5282845 commit fd85acf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions dkan.install
Original file line number Diff line number Diff line change
Expand Up @@ -823,3 +823,10 @@ function dkan_update_7035() {
drupal_uninstall_modules(array('feeds', 'feeds_field_fetcher', 'feeds_flatstore_processor'));
}
}

/**
* Enable fast token browser, included with new version of open_data_schema_map.
*/
function dkan_update_7036() {
module_enable(['fast_token_browser']);
}
4 changes: 2 additions & 2 deletions drupal-org.make
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ api: '2'
core: 7.x
includes:
- https://raw.githubusercontent.com/GetDKAN/visualization_entity/7.x-2.x/visualization_entity.make
- https://raw.githubusercontent.com/NuCivic/open_data_schema_map/7.x-2.4/open_data_schema_map.make
- https://raw.githubusercontent.com/NuCivic/open_data_schema_map/7.x-2.5/open_data_schema_map.make
- https://raw.githubusercontent.com/NuCivic/leaflet_draw_widget/5a5f8faf664aeca02371f6692307580d9fab9116/leaflet_widget.make
- https://raw.githubusercontent.com/NuCivic/recline/7.x-2.1/recline.make
projects:
Expand Down Expand Up @@ -261,7 +261,7 @@ projects:
download:
type: git
url: https://github.com/GetDKAN/open_data_schema_map.git
tag: 7.x-2.4
branch: 7.x-2.5
panelizer:
version: '3.4'
panels:
Expand Down

0 comments on commit fd85acf

Please sign in to comment.