order documents in tree by name

This commit is contained in:
Uwe Steinmann 2019-04-09 10:51:31 +02:00
parent e2c3cbe3cf
commit f5505e85b2

View File

@ -37,7 +37,7 @@ class SeedDMS_View_DocumentChooser extends SeedDMS_Bootstrap_Style {
$partialtree = $this->params['partialtree'];
header('Content-Type: application/javascript');
$this->printNewTreeNavigationJs($folder->getID(), M_READ, 1, $form, 0, '', $partialtree);
$this->printNewTreeNavigationJs($folder->getID(), M_READ, 1, $form, 0, 'n', $partialtree);
} /* }}} */
function show() { /* {{{ */