Issue #2879556: Multiupload file and image fields

This commit is contained in:
Michael Stenta 2017-05-19 09:08:50 -04:00
parent 5073592aac
commit df9ca420c0
2 changed files with 13 additions and 0 deletions

View File

@ -72,6 +72,12 @@ projects[libraries_cdn][version] = "1.7"
projects[log][subdir] = "contrib"
projects[log][version] = "1.7"
projects[multiupload_filefield_widget][subdir] = "contrib"
projects[multiupload_filefield_widget][version] = "1.13"
projects[multiupload_imagefield_widget][subdir] = "contrib"
projects[multiupload_imagefield_widget][version] = "1.3"
projects[navbar][subdir] = "contrib"
projects[navbar][version] = "1.7"

View File

@ -496,6 +496,13 @@ function farm_update_7020(&$sandbox) {
_farm_update_enable_modules(array('views_data_export'));
}
/**
* Install Multiupload Filefield and Imagefield Widget modules.
*/
function farm_update_7021(&$sandbox) {
_farm_update_enable_modules(array('multiupload_filefield_widget', 'multiupload_imagefield_widget'));
}
/**
* Update helper function: enable modules.
*/