BUG 9395 Don't show folders in tree of Documents SOLVED

- I add validate to ajax tree to show all folders
This commit is contained in:
Brayan Osmar Pereyra Suxo
2012-07-09 10:51:36 -04:00
parent 6322f9f923
commit abebd247e6
2 changed files with 3 additions and 1 deletions

View File

@@ -103,6 +103,7 @@ function expandNode(){
if($_POST ['node']=="root") $_POST ['node'] ="/";
if(!(isset($_POST['sendWhat']))) $_POST['sendWhat']="both";
if(isset($_POST['renderTree'])) $limit = 1000000;
$totalItems=0;
$totalFolders=0;
$totalDocuments=0;

View File

@@ -1617,7 +1617,8 @@ var documentsTab = {
dataUrl : '../appFolder/appFolderAjax.php',
baseParams : {
action : 'expandNode',
sendWhat : 'dirs'
sendWhat : 'dirs',
renderTree : 1
}
}),
containerScroll : true,