mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
BUGFIX Re-initializing tabs in LeftAndMain.EditForm.js in order to get the correct height for resizeChildren()
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92756 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
62ff95892f
commit
8b88bb7142
@ -261,6 +261,9 @@
|
|||||||
this.removeForm();
|
this.removeForm();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// @todo Coupling to avoid FOUC (concrete applies to late)
|
||||||
|
this.find('.ss-tabset').tabs();
|
||||||
|
|
||||||
this._setupChangeTracker();
|
this._setupChangeTracker();
|
||||||
|
|
||||||
// Optionally get the form attributes from embedded fields, see Form->formHtmlContent()
|
// Optionally get the form attributes from embedded fields, see Form->formHtmlContent()
|
||||||
|
Loading…
Reference in New Issue
Block a user