mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
API CHANGE ModelAdmin->ResultsForm() no longer returns a TabSet (was just a layout crutch to support correct sizing)
This commit is contained in:
parent
a5271728dc
commit
ecddf5b945
@ -767,12 +767,8 @@ class ModelAdmin_CollectionController extends Controller {
|
||||
$this,
|
||||
'ResultsForm',
|
||||
new FieldSet(
|
||||
new TabSet('Root',
|
||||
new Tab('SearchResults',
|
||||
_t('ModelAdmin.SEARCHRESULTS','Search Results'),
|
||||
$tf
|
||||
)
|
||||
)
|
||||
new HeaderField('SearchResults', _t('ModelAdmin.SEARCHRESULTS','Search Results'), 2),
|
||||
$tf
|
||||
),
|
||||
new FieldSet()
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user