silverstripe-framework/admin/code
Lee Bradley 87fbd5f781 Fix for v4: Admin returns "Too many pages" for subpages below top level (#6464)
* Fix for v4: Admin returns "Too many pages" for subpages below top level

Simple logic error during porting to new version it appears

* V4: LeftAndMain::getSiteTreeFor() returning space & New line in link

The "Too many pages" "View as list" link had a return &
  tab characters in it

* V4: LeftAndMain::getSiteTreeFor() fixes link for list view

"Too many pages" link pointed to `?view=list` which is
  just normal hierarchy. Value had been updated to "listview"
  in #8c87ea6b
2017-01-09 12:45:03 +00:00
..
AddToCampaignHandler_FormAction.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
AddToCampaignHandler.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
AdminRootController.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
CampaignAdmin.php API ChangeSet::publish() / canPublish() no longer treats hasChanges() = false as a permission error 2016-12-21 14:28:20 +13:00
CampaignAdminList.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
CMSBatchAction.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
CMSBatchActionHandler.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
CMSMenu.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
CMSMenuItem.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
CMSPreviewable.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
CMSProfileController.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
GroupImportForm.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
LeftAndMain_HTTPResponse.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
LeftAndMain_SearchFilter.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
LeftAndMain_TreeNode.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
LeftAndMain.php Fix for v4: Admin returns "Too many pages" for subpages below top level (#6464) 2017-01-09 12:45:03 +00:00
LeftAndMainExtension.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
MemberImportForm.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
ModelAdmin.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
SecurityAdmin.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00