Ticket #2388 (new defect)

Opened 4 months ago

Last modified 4 months ago

CMS search is broken on trunk and post 2.2.1 branches

Reported by: mrickerby Assigned to: aoneil
Type: defect Priority: blocker
Milestone: Component: CMS - General
Version: 2.2.2-rc2 Severity: medium effort / impact
Keywords: cms sitetree admin search Cc:
Due date: Harvest Task: (Unknown)
Invoice sent to client: 0 Hours:

Description

Logging in as an admin user, and attempting to search the site tree from the left panel nav returns the following error:

Could not filter site tree
ERROR:Error 256: Disallowed action: 'filtersitetree' on controller 'CMSMain' At l120 in /silverstripe/sapphire/core/control/Controller.php
      user_error(Disallowed action: 'filtersitetree' on controller 'CMSMain',256) line 120 of Controller.php Controller->run(Array) line 104 of Director.php Director::direct(/admin/filterSiteTree) line 159 of main.php

This is verified occurring on current trunk (as of 9/4/08) and two separate branches from mid-March...

Attachments

Change History

Changed 4 months ago by sminnee

filtersitetree needs to be added to the $allowed_actions variable on CMSMain.

Note: See TracTickets for help on using tickets.