Details
-
Type: Sub-task
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.6.8
-
Fix Version/s: 4.7
-
Component/s: None
-
Labels:
-
Documentation Required?:User and Admin Doc
-
Funding Source:Contributed Code
Description
Currently the report listing list has links to the various report instances. If you click on one of these it renders the data. However, if you wanted to edit the critieria you have to let the report render first - this can be a pain on large DBs.
Giant Rabbit came up with the nice solution of having 2 links - one called 'view results' & one that goes to the non-rendered version. This appears to be a simple tpl fix - namely
1) remove reset=1 from the left hand link,
2) add a right hand link called 'view results' which DOES have reset=1 appended
Note that the reports to templates don't render results without force (reset is enough for templates). and when you add links to navigation reset=1 is added - I think that is OK - or perhaps people need an option - but that can be outside this ticket.