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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user