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:
@@ -1617,7 +1617,8 @@ var documentsTab = {
|
||||
dataUrl : '../appFolder/appFolderAjax.php',
|
||||
baseParams : {
|
||||
action : 'expandNode',
|
||||
sendWhat : 'dirs'
|
||||
sendWhat : 'dirs',
|
||||
renderTree : 1
|
||||
}
|
||||
}),
|
||||
containerScroll : true,
|
||||
|
||||
Reference in New Issue
Block a user