mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
BUGFIX: fix missing TabSet template from previous changes and selection group using wrong holder.
This commit is contained in:
parent
07d2d5273a
commit
7df26fd702
@ -73,8 +73,8 @@ class SelectionGroup extends CompositeField {
|
||||
Requirements::css(SAPPHIRE_DIR . '/css/SelectionGroup.css');
|
||||
|
||||
$obj = $properties ? $this->customise($properties) : $this;
|
||||
|
||||
return $obj->renderWith($this->getFieldHolderTemplates());
|
||||
|
||||
return $obj->renderWith($this->getTemplates());
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -80,7 +80,7 @@ class TabSet extends CompositeField {
|
||||
|
||||
$obj = $properties ? $this->customise($properties) : $this;
|
||||
|
||||
return $obj->renderWith($this->getFieldHolderTemplates());
|
||||
return $obj->renderWith($this->getTemplates());
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user