silverstripe / silverstripe-dms

Adds a Document Management System to Silverstripe
BSD 3-Clause "New" or "Revised" License
40 stars 52 forks source link

Extend content controller to make sure the correct stage is used. #33

Closed ajshort closed 11 years ago

ajshort commented 11 years ago

The staging system is initialised inside ContentController::init(). As the DMS serving bypassed this, the stage was not set correctly, meaning permissions were not always correctly applied.