Commit b11e5520922aa9a8c4d0b86b1d88c8e811e2f638

Authored by nbm
1 parent 1bff1a5b

Sort by "more" correct filename rather than name by default.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3079 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/documentmanagement/browseBL.php
@@ -87,7 +87,7 @@ if (!$fBrowseType) { @@ -87,7 +87,7 @@ if (!$fBrowseType) {
87 // retrieve field to sort by 87 // retrieve field to sort by
88 if (!$fSortBy) { 88 if (!$fSortBy) {
89 // no sort field specified- default is document name 89 // no sort field specified- default is document name
90 - $fSortBy = "name"; 90 + $fSortBy = "filename";
91 } 91 }
92 // retrieve sort direction 92 // retrieve sort direction
93 if (!$fSortDirection) { 93 if (!$fSortDirection) {