Skip to content
Snippets Groups Projects
Commit 9625ef4d authored by Nils Destoop's avatar Nils Destoop
Browse files

Merge branch '8.x-3.x' into field-layout-support

parents d4d5e354 5483a0e0
No related branches found
No related tags found
No related merge requests found
8.3.0-beta1, 2017-11-10
-------------------
- JS error: Modernizr is not defined.
- Add the new region property to the schema.
- Adding Multiple Fields wrapped by a Tabs Group cause maximum execution error.
- Branch tests are failing.
- .
- Creating Duplicate Fieldgroup Name Overwrites Existing Fieldgroup.
- Field groups are not compatible with field layout. Part 1: Make sure regions are changed when changing layout.
- Typo in Field Group Formatter Plugin HtmlElement::prerender.
- Revert "Issue #2846589 by huzooka: Typo in Field Group Formatter Plugin HtmlElement::prerender".
- Undefined index: form_display.
- Typo in Field Group Formatter Plugin HtmlElement::prerender.
- Replace all deprecated uses.
- MessageWarning: Invalid argument supplied for foreach() in field_group_info_groups() (line 663 of modules/contrib/field_group/field_group.module).
- Replace removed formBuilder->setError with formstate->setError.
- Undefined index: id in template_preprocess_fieldset() notice.
\ No newline at end of file
......@@ -47,6 +47,8 @@ formatter.tabs:
version: VERSION
js:
formatters/tabs/tabs.js: {}
dependencies:
- core/modernizr
element.horizontal_tabs:
version: VERSION
......@@ -58,3 +60,4 @@ element.horizontal_tabs:
formatters/tabs/horizontal-tabs.css: {}
dependencies:
- core/drupal.collapse
- core/modernizr
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment