mirrera / reportsync

Automatically exported from code.google.com/p/reportsync
0 stars 0 forks source link

Download of reports from sub-folders not working #40

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Connect to report server
2. Expand tree to view sub-folders
3. Select a sub-folder 
4. Download

What is the expected output? What do you see instead?
Expected reports within selected sub-folder to be downloaded.
Nothing was downloaded.

What version of the product are you using? On what operating system?
Revision 25 from Subversion checkout.

Please provide any additional information below.
The recursion is only working where a top-level folder is selected.  It also 
needs to recurse sub folders even if the top level folder is unselected.

Adding the following else clause at line 351 of ReportSync.cs appears to solve 
the problem:
                else
                {
                    saveTreeNodes(node.Nodes);
                }

Original issue reported on code.google.com by Nik.Da...@gmail.com on 3 Jan 2014 at 2:05

GoogleCodeExporter commented 8 years ago
Thanks for the help. Will include it in the next release.

I was not able to test this myself yet. Sorry to get back so late.

Original comment by nunespascal on 26 Jan 2014 at 1:53