3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00

Issue #2879934: Improve editing UI/UX with Field Groups

This commit is contained in:
Michael Stenta 2017-05-19 17:06:50 -04:00
parent df9ca420c0
commit 41f1f9d612
2 changed files with 10 additions and 0 deletions

View file

@ -41,6 +41,9 @@ projects[features][version] = "2.10"
projects[field_collection][subdir] = "contrib"
projects[field_collection][version] = "1.0-beta12"
projects[field_group][subdir] = "contrib"
projects[field_group][version] = "1.5"
projects[fraction][subdir] = "contrib"
projects[fraction][version] = "1.4"

View file

@ -503,6 +503,13 @@ function farm_update_7021(&$sandbox) {
_farm_update_enable_modules(array('multiupload_filefield_widget', 'multiupload_imagefield_widget'));
}
/**
* Install Field Group module.
*/
function farm_update_7022(&$sandbox) {
_farm_update_enable_modules(array('field_group'));
}
/**
* Update helper function: enable modules.
*/