mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #1755 from kinglozzer/leftandmain_state_fix
Fix broken CMSSettings saving
This commit is contained in:
commit
566ae87c36
@ -551,7 +551,7 @@ jQuery.noConflict();
|
||||
|
||||
this.redraw();
|
||||
|
||||
this.restoreTabState(typeof state.data.tabState !== 'undefined' ? state.data.tabState : null);
|
||||
this.restoreTabState((state && typeof state.data.tabState !== 'undefined') ? state.data.tabState : null);
|
||||
|
||||
return newContentEls;
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user