Fixed text attribute exports not working with the auth key in the url

- legacy attribute export was broken due to the text action in the attributescontroller not being allowed globally
pull/274/merge
iglocska 2014-03-17 15:12:54 +01:00
parent 3c217156da
commit 444e828699
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ class AttributesController extends AppController {
$this->Auth->allow('restSearch');
$this->Auth->allow('returnAttributes');
$this->Auth->allow('downloadAttachment');
$this->Auth->allow('text');
// permit reuse of CSRF tokens on the search page.
if ('search' == $this->request->params['action']) {