diff --git a/code/DMSDocument.php b/code/DMSDocument.php index 2abf1ab..bc6acfb 100644 --- a/code/DMSDocument.php +++ b/code/DMSDocument.php @@ -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';