Merge branch 'seeddms-5.1.x' into seeddms-6.0.x

This commit is contained in:
Uwe Steinmann 2024-04-11 12:21:51 +02:00
commit 2f8e3fbb51
2 changed files with 2 additions and 0 deletions

View File

@ -2415,6 +2415,7 @@ $(document).ready(function() {
$orderdir = (isset($orderby[1]) ? ($orderby[1] == 'd' ? 'desc' : 'asc') : 'asc');
if($folderid && ($folder = $this->params['dms']->getFolder($folderid))) {
$path = null;
if(!$partialtree) {
$path = $folder->getPath();
/* Get the first folder (root folder) of path */

View File

@ -2366,6 +2366,7 @@ $(document).ready(function() {
$orderdir = (isset($orderby[1]) ? ($orderby[1] == 'd' ? 'desc' : 'asc') : 'asc');
if($folderid && ($folder = $this->params['dms']->getFolder($folderid))) {
$path = null;
if(!$partialtree) {
$path = $folder->getPath();
/* Get the first folder (root folder) of path */