mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #8489 from open-sausages/pulls/4.3/reduxaposition
REGRESSION: TabSet no longer structural
This commit is contained in:
commit
7ebcb7f30e
@ -43,13 +43,6 @@ class TabSet extends CompositeField
|
|||||||
*/
|
*/
|
||||||
protected $schemaComponent = 'Tabs';
|
protected $schemaComponent = 'Tabs';
|
||||||
|
|
||||||
/**
|
|
||||||
* Alter datatype from structural to track the current tab in redux state.
|
|
||||||
*
|
|
||||||
* @var string
|
|
||||||
*/
|
|
||||||
protected $schemaDataType = FormField::SCHEMA_DATA_TYPE_STRING;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var TabSet
|
* @var TabSet
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user