Quick fix for the attachments index
This commit is contained in:
parent
356b9ef9bf
commit
a545b74a1b
|
|
@ -7,8 +7,9 @@ class AttachmentsController extends AppController {
|
||||||
|
|
||||||
var $paginate = array(
|
var $paginate = array(
|
||||||
|
|
||||||
'contain' => false,
|
|
||||||
'limit' => 5000,
|
'limit' => 5000,
|
||||||
|
'order' => 'Attachment.principle_id asc, Attachment.id desc',
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue