You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Page history will break in some page types when using the fix specified here: silverstripe/silverstripe-framework#5844 by putting the Page class in the root namespace.
this is because $this->getDataObjectClass() returns the incorrect data in ReadOne.php in the resolve() function.
The text was updated successfully, but these errors were encountered:
Page history will break in some page types when using the fix specified here: silverstripe/silverstripe-framework#5844 by putting the Page class in the root namespace.
this is because
$this->getDataObjectClass()
returns the incorrect data in ReadOne.php in the resolve() function.The text was updated successfully, but these errors were encountered: