Impossible de faire un revert de ma feature : FE_BLOCK_SETTINGS et surtout FIELD_GROUP ont des valeurs différentes entre le code et la base d'une part et en fonction de la version de php utilisée d'autre part.

Avec PHP 5.5.9

Par défaut Overrides
fe_block_settings
Line 5 Line 5
 
'module' => 'ds_extras',
 
'module' => 'ds_extras',
 
'themes' => array(
 
'themes' => array(
-
'bootstrap' => array(
   
-
'theme' => 'bootstrap',
   
-
),
   
-
'ddobs' => array(
   
-
'theme' => 'ddobs',
   
-
),
   
 
'domainedo' => array(
 
'domainedo' => array(
 
'theme' => 'domainedo',
 
'theme' => 'domainedo',
Line 25 Line 19
 
'module' => 'ds_extras',
 
'module' => 'ds_extras',
 
'themes' => array(
 
'themes' => array(
-
'bootstrap' => array(
   
-
'theme' => 'bootstrap',
   
-
),
   
-
'ddobs' => array(
   
-
'theme' => 'ddobs',
   
-
),
   
 
'domainedo' => array(
 
'domainedo' => array(
 
'theme' => 'domainedo',
 
'theme' => 'domainedo',
field_group
Line 1 Line 1
 
array(
 
array(
-
'' => array(
   
-
'api_version' => 1,
   
-
'bundle' => 'show_locations',
   
-
'data' => array(
   
-
'children' => array(
   
-
0 => 'field_scald_image',
   
-
),
   
-
'format_settings' => array(
   
-
'formatter' => 'open',
   
-
'instance_settings' => array(
   
-
'classes' => 'group-img-wrapper field-group-div',
   
-
'effect' => 'none',
   
-
'label_element' => 'h3',
   
-
'speed' => 'fast',
   
-
),
   
-
'label' => 'Entoure image',
   
-
),
   
-
'format_type' => 'div',
   
-
'label' => 'Entoure image',
   
-
'weight' => 8,
   
-
),
   
-
'entity_type' => 'taxonomy_term',
   
-
'group_name' => 'group_img_wrapper',
   
-
'identifier' => 'group_img_wrapper|taxonomy_term|show_locations|full',
   
-
'mode' => 'full',
   
-
),
   
 
'group_affiche_essential|node|festival|full' => array(
 
'group_affiche_essential|node|festival|full' => array(
 
'api_version' => 1,
 
'api_version' => 1,
Line 171 Line 145
 
'mode' => 'full',
 
'mode' => 'full',
 
'parent_name' => 'group_affiche_essential',
 
'parent_name' => 'group_affiche_essential',
    +
),
    +
'group_img_wrapper|taxonomy_term|show_locations|full' => array(
    +
'api_version' => 1,
    +
'bundle' => 'show_locations',
    +
'data' => array(
    +
'children' => array(
    +
0 => 'field_scald_image',
    +
),
    +
'format_settings' => array(
    +
'formatter' => 'open',
    +
'instance_settings' => array(
    +
'classes' => 'group-img-wrapper field-group-div',
    +
'effect' => 'none',
    +
'label_element' => 'h3',
    +
'speed' => 'fast',
    +
),
    +
'label' => 'Entoure image',
    +
),
    +
'format_type' => 'div',
    +
'label' => 'Entoure image',
    +
'weight' => 8,
    +
),
    +
'entity_type' => 'taxonomy_term',
    +
'group_name' => 'group_img_wrapper',
    +
'identifier' => 'group_img_wrapper|taxonomy_term|show_locations|full',
    +
'mode' => 'full',
 
),
 
),
 
'group_lieu|node|show|full' => array(
 
'group_lieu|node|show|full' => array(

Avec PHP 7.1.18

Par défaut Overrides
info
Line 1 Line 1
    +
_info_file_ctime = 1544108808
 
core = 7.x
 
core = 7.x
 
dependencies[] = atom_reference
 
dependencies[] = atom_reference
fe_block_settings
Line 5 Line 5
 
'module' => 'ds_extras',
 
'module' => 'ds_extras',
 
'themes' => array(
 
'themes' => array(
-
'bootstrap' => array(
   
-
'theme' => 'bootstrap',
   
-
),
   
 
'ddobs' => array(
 
'ddobs' => array(
 
'theme' => 'ddobs',
 
'theme' => 'ddobs',
Line 25 Line 22
 
'module' => 'ds_extras',
 
'module' => 'ds_extras',
 
'themes' => array(
 
'themes' => array(
-
'bootstrap' => array(
   
-
'theme' => 'bootstrap',
   
-
),
   
 
'ddobs' => array(
 
'ddobs' => array(
 
'theme' => 'ddobs',
 
'theme' => 'ddobs',
field_group
Line 1 Line 1
 
array(
 
array(
 
'' => array(
 
'' => array(
-
'api_version' => 1,
   
-
'bundle' => 'show_locations',
   
-
'data' => array(
   
-
'children' => array(
   
-
0 => 'field_scald_image',
   
-
),
   
-
'format_settings' => array(
   
-
'formatter' => 'open',
   
-
'instance_settings' => array(
   
-
'classes' => 'group-img-wrapper field-group-div',
   
-
'effect' => 'none',
   
-
'label_element' => 'h3',
   
-
'speed' => 'fast',
   
-
),
   
-
'label' => 'Entoure image',
   
-
),
   
-
'format_type' => 'div',
   
-
'label' => 'Entoure image',
   
-
'weight' => 8,
   
-
),
   
-
'entity_type' => 'taxonomy_term',
   
-
'group_name' => 'group_img_wrapper',
   
-
'identifier' => 'group_img_wrapper|taxonomy_term|show_locations|full',
   
-
'mode' => 'full',
   
-
),
   
-
'group_affiche_essential|node|festival|full' => array(
   
-
'api_version' => 1,
   
-
'bundle' => 'festival',
   
-
'data' => array(
   
-
'children' => array(
   
-
0 => 'group_affiche_festival',
   
-
1 => 'group_essential_festival',
   
-
),
   
-
'format_settings' => array(
   
-
'formatter' => 'open',
   
-
'instance_settings' => array(
   
-
'classes' => 'group-affiche-essential field-group-div',
   
-
'effect' => 'none',
   
-
'label_element' => 'h3',
   
-
'speed' => 'fast',
   
-
),
   
-
'label' => 'affiche et essentiel',
   
-
),
   
-
'format_type' => 'div',
   
-
'label' => 'affiche et essentiel',
   
-
'weight' => 4,
   
-
),
   
-
'entity_type' => 'node',
   
-
'group_name' => 'group_affiche_essential',
   
-
'identifier' => 'group_affiche_essential|node|festival|full',
   
-
'mode' => 'full',
   
-
),
   
-
'group_affiche_festival|node|festival|full' => array(
   
-
'api_version' => 1,
   
-
'bundle' => 'festival',
   
-
'data' => array(
   
-
'children' => array(
   
-
0 => 'field_date_en_clair',
   
-
1 => 'field_festival_poster',
   
-
),
   
-
'format_settings' => array(
   
-
'formatter' => 'open',
   
-
'instance_settings' => array(
   
-
'classes' => 'group-affiche-festival field-group-div col-md-8',
   
-
'effect' => 'none',
   
-
'label_element' => 'h3',
   
-
'speed' => 'none',
   
-
),
   
-
'label' => 'Affiche festival',
   
-
),
   
-
'format_type' => 'div',
   
-
'label' => 'Affiche festival',
   
-
'weight' => 9,
   
-
),
   
-
'entity_type' => 'node',
   
-
'group_name' => 'group_affiche_festival',
   
-
'identifier' => 'group_affiche_festival|node|festival|full',
   
-
'mode' => 'full',
   
-
'parent_name' => 'group_affiche_essential',
   
-
),
   
-
'group_black_bg|node|show|teaser' => array(
   
-
'api_version' => 1,
   
-
'bundle' => 'show',
   
-
'data' => array(
   
-
'children' => array(
   
-
0 => 'field_boxoffice_url',
   
-
1 => 'node_link',
   
-
),
   
-
'format_settings' => array(
   
-
'formatter' => 'open',
   
-
'instance_settings' => array(
   
-
'classes' => 'group-black-bg field-group-div',
   
-
'effect' => 'none',
   
-
'label_element' => 'h3',
   
-
'speed' => 'fast',
   
-
),
   
-
'label' => 'fond noir',
   
-
),
   
-
'format_type' => 'div',
   
-
'label' => 'fond noir',
   
-
'weight' => 6,
   
-
),
   
-
'entity_type' => 'node',
   
-
'group_name' => 'group_black_bg',
   
-
'identifier' => 'group_black_bg|node|show|teaser',
   
-
'mode' => 'teaser',
   
-
'parent_name' => 'group_show_list',
   
-
),
   
-
'group_date_title_desc|node|show|teaser' => array(
   
-
'api_version' => 1,
   
-
'bundle' => 'show',
   
-
'data' => array(
   
-
'children' => array(
   
-
0 => 'body',
   
-
1 => 'field_show_dates',
   
-
2 => 'title',
   
-
),
   
-
'format_settings' => array(
   
-
'formatter' => 'open',
   
-
'instance_settings' => array(
   
-
'classes' => 'group-date-title-desc field-group-div',
   
-
'effect' => 'none',
   
-
'label_element' => 'h3',
   
-
'speed' => 'fast',
   
-
),
   
-
'label' => 'Date titre description',
   
-
),
   
-
'format_type' => 'div',
   
-
'label' => 'Date titre description',
   
-
'weight' => 51,
   
-
),
   
-
'entity_type' => 'node',
   
-
'group_name' => 'group_date_title_desc',
   
-
'identifier' => 'group_date_title_desc|node|show|teaser',
   
-
'mode' => 'teaser',
   
-
'parent_name' => 'group_tranparent_gradient',
   
-
),
   
-
'group_essential_festival|node|festival|full' => array(
   
-
'api_version' => 1,
   
-
'bundle' => 'festival',
   
-
'data' => array(
   
-
'children' => array(
   
-
0 => 'field_calendar_archive',
   
-
1 => 'field_facebook',
   
-
2 => 'field_feuilleter_en_ligne',
   
-
3 => 'field_programme_pdf',
   
-
4 => 'field_scald_file',
   
-
5 => 'field_view_archives',
   
-
6 => 'link_shows',
   
-
7 => 'title',
   
-
),
   
-
'format_settings' => array(
   
-
'formatter' => 'open',
   
-
'instance_settings' => array(
   
-
'classes' => 'group-essential-festival field-group-div col-md-4',
   
-
'effect' => 'none',
   
-
'label_element' => 'h3',
   
-
'speed' => 'fast',
   
-
),
   
-
'label' => 'Essentiel Festival',
   
-
),
   
-
'format_type' => 'div',
   
-
'label' => 'Essentiel Festival',
   
-
'weight' => 10,
   
-
),
   
-
'entity_type' => 'node',
   
-
'group_name' => 'group_essential_festival',
   
-
'identifier' => 'group_essential_festival|node|festival|full',
   
-
'mode' => 'full',
   
-
'parent_name' => 'group_affiche_essential',
   
-
),
   
-
'group_lieu|node|show|full' => array(
   
-
'api_version' => 1,
   
-
'bundle' => 'show',
   
-
'data' => array(
   
-
'children' => array(
   
-
0 => 'field_duration',
   
-
1 => 'field_entrance',
   
-
2 => 'field_lieu_generique',
   
-
3 => 'field_location',
   
-
4 => 'field_minimum_age',
   
-
5 => 'field_price',
   
-
6 => 'field_restauration',
   
-
),
   
-
'format_settings' => array(
   
-
'formatter' => 'open',
   
-
'instance_settings' => array(
   
-
'classes' => 'group-lieu field-group-div',
   
-
'effect' => 'none',
   
-
'id' => 'node_show_full_group_lieu',
   
-
'label_element' => 'h3',
   
-
'speed' => 'none',
   
-
),
   
-
),
   
-
'format_type' => 'div',
   
-
'weight' => 19,
   
-
),
   
-
'entity_type' => 'node',
   
-
'group_name' => 'group_lieu',
   
-
'identifier' => 'group_lieu|node|show|full',
   
-
'mode' => 'full',
   
-
),
   
-
'group_multimedia_right|node|festival|full' => array(
   
-
'api_version' => 1,
   
-
'bundle' => 'festival',
   
-
'data' => array(
   
-
'children' => array(
   
-
0 => 'field_scald_gallery',
   
-
1 => 'field_scald_image',
   
-
2 => 'field_scald_video',
   
-
),
   
-
'format_settings' => array(
   
-
'formatter' => 'open',
   
-
'instance_settings' => array(
   
-
'classes' => 'group-multimedia-right col-md-6',
   
-
'effect' => 'none',
   
-
'label_element' => 'h3',
   
-
'speed' => 'fast',
   
-
),
   
-
'label' => 'Group right',
   
-
),
   
-
'format_type' => 'div',
   
-
'label' => 'Group right',
   
-
'weight' => 7,
   
-
),
   
-
'entity_type' => 'node',
   
-
'group_name' => 'group_multimedia_right',
   
-
'identifier' => 'group_multimedia_right|node|festival|full',
   
-
'mode' => 'full',
   
-
'parent_name' => 'group_text_video',
   
-
),
   
-
'group_psr|node|show|full' => array(
   
-
'api_version' => 1,
   
-
'bundle' => 'show',
   
-
'data' => array(
   
-
'format_settings' => array(
   
-
'formatter' => 'open',
   
-
'instance_settings' => array(
   
-
'classes' => 'group-psr field-group-div container',
   
-
'effect' => 'none',
   
-
'id' => 'node_show_full_group_psr',
   
-
'label_element' => 'h3',
   
-
'show_label' => 1,
   
-
'speed' => 'fast',
   
-
),
   
-
'label' => 'Photo et statut réservation',
   
-
),
   
-
'format_type' => 'div',
   
-
'label' => 'Photo et statut réservation',
   
-
'weight' => 36,
   
-
),
   
-
'entity_type' => 'node',
   
-
'group_name' => 'group_psr',
   
-
'identifier' => 'group_psr|node|show|full',
   
-
'mode' => 'full',
   
-
),
   
-
'group_shorts_links|node|show|full' => array(
   
-
'api_version' => 1,
   
-
'bundle' => 'show',
   
-
'data' => array(
   
-
'children' => array(
   
-
0 => 'group_ul_short_links',
   
-
),
   
-
'format_settings' => array(
   
-
'formatter' => 'open',
   
-
'instance_settings' => array(
   
-
'classes' => 'group-shorts-links-show',
   
-
'effect' => 'none',
   
-
'id' => 'node_show_full_group_shorts_links',
   
-
'label_element' => 'h3',
   
-
'speed' => 'fast',
   
-
),
   
-
'label' => 'Groupe short links',
   
-
),
   
-
'format_type' => 'div',
   
-
'label' => 'Groupe short links',
   
-
'weight' => 34,
   
-
),
   
-
'entity_type' => 'node',
   
-
'group_name' => 'group_shorts_links',
   
-
'identifier' => 'group_shorts_links|node|show|full',
   
-
'mode' => 'full',
   
-
),
   
-
'group_show_icons_bottom|node|show|full' => array(
   
-
'api_version' => 1,
   
-
'bundle' => 'show',
   
-
'data' => array(
   
-
'children' => array(
   
-
0 => 'field_back_to_top_link',
   
-
1 => 'field_comments_link',
   
-
2 => 'field_photos_link',
   
-
3 => 'field_sound_link',
   
-
4 => 'field_video_link',
   
-
),
   
-
'format_settings' => array(
   
-
'formatter' => 'open',
   
-
'instance_settings' => array(
   
-
'classes' => 'group-show-icons-bottom field-group-div',
   
-
'effect' => 'none',
   
-
'label_element' => 'h3',
   
-
'speed' => 'fast',
   
-
),
   
-
'label' => 'group show icons bottom',
   
-
),
   
-
'format_type' => 'div',
   
-
'label' => 'group show icons bottom',
   
-
'weight' => 48,
   
-
),
   
-
'entity_type' => 'node',
   
-
'group_name' => 'group_show_icons_bottom',
   
-
'identifier' => 'group_show_icons_bottom|node|show|full',
   
-
'mode' => 'full',
   
-
'parent_name' => 'group_ul_short_links',
   
-
),
   
-
'group_show_list|node|show|teaser' => array(
   
-
'api_version' => 1,
   
-
'bundle' => 'show',
   
-
'data' => array(
   
-
'children' => array(
   
-
0 => 'field_festival',
   
-
1 => 'field_scald_image',
   
-
2 => 'group_black_bg',
   
-
3 => 'group_tranparent_gradient',
   
-
),
   
-
'format_settings' => array(
   
-
'formatter' => 'open',
   
-
'instance_settings' => array(
   
-
'classes' => 'group-show-list field-group-div',
   
-
'effect' => 'none',
   
-
'label_element' => 'h3',
   
-
'speed' => 'fast',
   
-
),
   
-
'label' => 'group show',
   
-
),
   
-
'format_type' => 'div',
   
-
'label' => 'group show',
   
-
),
   
-
'entity_type' => 'node',
   
-
'group_name' => 'group_show_list',
   
-
'identifier' => 'group_show_list|node|show|teaser',
   
-
'mode' => 'teaser',
   
-
),
   
-
'group_technical_fiels|node|festival|form' => array(
   
-
'api_version' => 1,
   
-
'bundle' => 'festival',
   
-
'data' => array(
   
-
'children' => array(
   
-
0 => 'field_calendar_archive',
   
-
1 => 'field_facebook',
   
-
2 => 'field_feuilleter_en_ligne',
   
-
3 => 'field_no_result',
   
-
4 => 'field_programme_pdf',
   
-
5 => 'field_view_archives',
   
-
),
   
-
'format_settings' => array(
   
-
'formatter' => 'closed',
   
-
'instance_settings' => array(
   
-
'classes' => 'group-technical-fiels field-group-tab',
   
-
'required_fields' => 1,
   
-
),
   
-
'label' => 'Liens et résultats',
   
-
),
   
-
'format_type' => 'tab',
   
-
'label' => 'Liens et résultats',
   
-
'weight' => 17,
   
-
),
   
-
'entity_type' => 'node',
   
-
'group_name' => 'group_technical_fiels',
   
-
'identifier' => 'group_technical_fiels|node|festival|form',
   
-
'mode' => 'form',
   
-
),
   
-
'group_text_left|node|festival|full' => array(
   
-
'api_version' => 1,
   
-
'bundle' => 'festival',
   
-
'data' => array(
   
-
'children' => array(
   
-
0 => 'body',
   
-
),
   
-
'format_settings' => array(
   
-
'formatter' => 'open',
   
-
'instance_settings' => array(
   
-
'classes' => 'group-text-left col-md-6',
   
-
'effect' => 'none',
   
-
'label_element' => 'h3',
   
-
'speed' => 'fast',
   
-
),
   
-
'label' => 'Group left',
   
-
),
   
-
'format_type' => 'div',
   
-
'label' => 'Group left',
   
-
'weight' => 6,
   
-
),
   
-
'entity_type' => 'node',
   
-
'group_name' => 'group_text_left',
   
-
'identifier' => 'group_text_left|node|festival|full',
   
-
'mode' => 'full',
   
-
'parent_name' => 'group_text_video',
   
-
),
   
-
'group_text_over_img_abs|node|show|full' => array(
   
-
'api_version' => 1,
   
-
'bundle' => 'show',
   
-
'data' => array(
   
-
'children' => array(
   
-
0 => 'field_festival',
   
-
1 => 'field_subtitle',
   
-
2 => 'title',
   
-
),
   
-
'format_settings' => array(
   
-
'formatter' => 'open',
   
-
'instance_settings' => array(
   
-
'classes' => 'group-text-over-img-abs field-group-div',
   
-
'effect' => 'none',
   
-
'label_element' => 'h3',
   
-
'speed' => 'fast',
   
-
),
   
-
'label' => 'Texte sur image absolute',
   
-
),
   
-
'format_type' => 'div',
   
-
'label' => 'Texte sur image absolute',
   
-
'weight' => 52,
   
-
),
   
-
'entity_type' => 'node',
   
-
'group_name' => 'group_text_over_img_abs',
   
-
'identifier' => 'group_text_over_img_abs|node|show|full',
   
-
'mode' => 'full',
   
-
'parent_name' => 'group_text_over_img',
   
-
),
   
-
'group_text_over_img|node|show|full' => array(
   
-
'api_version' => 1,
   
-
'bundle' => 'show',
   
-
'data' => array(
   
-
'children' => array(
   
-
0 => 'group_text_over_img_abs',
   
-
),
   
-
'format_settings' => array(
   
-
'formatter' => 'open',
   
-
'instance_settings' => array(
   
-
'classes' => 'group-text-over-img field-group-div container',
   
-
'effect' => 'none',
   
-
'label_element' => 'h3',
   
-
'speed' => 'fast',
   
-
),
   
-
'label' => 'Textes sur image fixe',
   
-
),
   
-
'format_type' => 'div',
   
-
'label' => 'Textes sur image fixe',
   
-
'weight' => 22,
   
-
),
   
-
'entity_type' => 'node',
   
-
'group_name' => 'group_text_over_img',
   
-
'identifier' => 'group_text_over_img|node|show|full',
   
-
'mode' => 'full',
   
-
),
   
-
'group_text_video|node|festival|full' => array(
   
-
'api_version' => 1,
   
-
'bundle' => 'festival',
   
-
'data' => array(
   
-
'children' => array(
   
-
0 => 'group_multimedia_right',
   
-
1 => 'group_text_left',
   
-
),
   
-
'format_settings' => array(
   
-
'formatter' => 'open',
   
-
'instance_settings' => array(
   
-
'classes' => 'group-text-video field-group-div row',
   
-
'effect' => 'none',
   
-
'label_element' => 'h3',
   
-
'speed' => 'fast',
   
-
),
   
-
'label' => 'Texte et Vidéo',
   
-
),
   
-
'format_type' => 'div',
   
-
'label' => 'Texte et Vidéo',
   
-
'weight' => 5,
   
-
),
   
-
'entity_type' => 'node',
   
-
'group_name' => 'group_text_video',
   
-
'identifier' => 'group_text_video|node|festival|full',
   
-
'mode' => 'full',
   
-
),
   
-
'group_tranparent_gradient|node|show|teaser' => array(
   
-
'api_version' => 1,
   
-
'bundle' => 'show',
   
-
'data' => array(
   
-
'children' => array(
   
-
0 => 'group_date_title_desc',
   
-
),
   
-
'format_settings' => array(
   
-
'formatter' => 'open',
   
-
'instance_settings' => array(
   
-
'classes' => 'group-tranparent-gradient field-group-div',
   
-
'effect' => 'none',
   
-
'label_element' => 'h3',
   
-
'speed' => 'fast',
   
-
),
   
-
'label' => 'Degradé transparent',
   
-
),
   
-
'format_type' => 'div',
   
-
'label' => 'Degradé transparent',
   
-
'weight' => 3,
   
-
),
   
-
'entity_type' => 'node',
   
-
'group_name' => 'group_tranparent_gradient',
   
-
'identifier' => 'group_tranparent_gradient|node|show|teaser',
   
-
'mode' => 'teaser',
   
-
'parent_name' => 'group_show_list',
   
-
),
   
-
'group_ul_short_links|node|show|full' => array(
   
-
'api_version' => 1,
   
-
'bundle' => 'show',
   
-
'data' => array(
   
-
'children' => array(
   
-
0 => 'group_show_icons_bottom',
   
-
1 => 'partage',
   
-
),
   
-
'format_settings' => array(
   
-
'instance_settings' => array(
   
-
'classes' => 'group-ul-short-links field-group-html-element',
   
-
'element' => 'ul',
   
-
'id' => 'node_show_full_group_ul_short_links',
   
-
),
   
-
'label' => 'Group UL short links',
   
-
),
   
-
'format_type' => 'html-element',
   
-
'label' => 'Group UL short links',
   
-
'weight' => 27,
   
-
),
   
-
'entity_type' => 'node',
   
-
'group_name' => 'group_ul_short_links',
   
-
'identifier' => 'group_ul_short_links|node|show|full',
   
-
'mode' => 'full',
   
-
'parent_name' => 'group_shorts_links',
   
-
),
   
-
'group_wrap_book|node|show|full' => array(
   
-
'api_version' => 1,
   
-
'bundle' => 'show',
   
-
'data' => array(
   
-
'children' => array(
   
-
0 => 'field_boxoffice_url',
   
-
1 => 'field_reservation',
   
-
),
   
-
'format_settings' => array(
   
-
'formatter' => 'open',
   
-
'instance_settings' => array(
   
-
'classes' => 'group-wrap-book field-group-div',
   
-
'effect' => 'none',
   
-
'id' => 'group-wrap-book',
   
-
'label_element' => 'h3',
   
-
'speed' => 'none',
   
-
),
   
-
'label' => 'Contour réserver',
   
-
),
   
-
'format_type' => 'div',
   
-
'label' => 'Contour réserver',
   
-
'weight' => 13,
   
-
),
   
-
'entity_type' => 'node',
   
-
'group_name' => 'group_wrap_book',
   
-
'identifier' => 'group_wrap_book|node|show|full',
   
-
'mode' => 'full',
   
-
),
   
-
'group_wrapper_distribution|node|show|full' => array(
   
 
'api_version' => 1,
 
'api_version' => 1,
 
'bundle' => 'show',
 
'bundle' => 'show',

 

Patch correctif (attention à se mettre à mettre à la racine de ds) : 

patch --dry-run -p1 < ds_extras_field_group_not_rendered-2221307-18.patch pour tester puis

patch -p1 < ds_extras_field_group_not_rendered-2221307-18.patch

diff --git a/modules/ds_extras/ds_extras.module b/modules/ds_extras/ds_extras.module

index 845a2cc..8f8b50a 100644

--- a/modules/ds_extras/ds_extras.module

+++ b/modules/ds_extras/ds_extras.module

@@ -213,6 +213,10 @@ function ds_extras_field_attach_view_alter(&$build, $context) {

}

if (isset($block_data[$block_key]) && is_array($block_data[$block_key])) {

$block_data[$block_key] += $properties;

+

+ if (module_exists('field_group') && !empty($block_data[$block_key]['#fieldgroups'])) {

+ $block_data[$block_key]['#pre_render'][] = 'field_group_form_pre_render';

+ }

}

}

}

 

Tags