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