mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
API CHANGE Removed LeftAndMain:: and LeftAndMain->ForceReload(), please use clientside logic for this instead.
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92747 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
6e200916eb
commit
bcd0bcfd1f
@ -31,8 +31,6 @@ class LeftAndMain extends Controller {
|
|||||||
static $url_priority = 50;
|
static $url_priority = 50;
|
||||||
|
|
||||||
static $tree_class = null;
|
static $tree_class = null;
|
||||||
|
|
||||||
static $ForceReload;
|
|
||||||
|
|
||||||
static $allowed_actions = array(
|
static $allowed_actions = array(
|
||||||
'index',
|
'index',
|
||||||
@ -662,13 +660,6 @@ if (singleSingleOnlyOfThisPageType.length == 0) {
|
|||||||
JS;
|
JS;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Sets a static variable on this class which means the panel will be reloaded.
|
|
||||||
*/
|
|
||||||
static function ForceReload(){
|
|
||||||
self::$ForceReload = true;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Ajax handler for updating the parent of a tree node
|
* Ajax handler for updating the parent of a tree node
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user