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

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