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