BUGFIX: adding default sort

This commit is contained in:
Julian Seidenberg 2012-10-09 17:39:59 +13:00
parent 9fe54f18bc
commit 3a9f329a96

View File

@ -32,6 +32,11 @@ class DMSDocument extends DataObject implements DMSDocumentInterface {
'LastChanged'=>'LastChanged'
);
static $default_sort = array(
'DocumentSort ASC'
);
static $singular_name = 'Document';
static $plural_name = 'Documents';