Closed (fixed)
Project:
Advertisement
Version:
6.x-2.2
Component:
ad module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 May 2010 at 19:28 UTC
Updated:
4 Mar 2012 at 21:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
styrbaekI newer get the chart??
Comment #2
adam_c commentedI would also like to access graphical charts but cannot seem to find where they are enabled or generated.
Comment #3
foxtrotcharlie commentedI think that you only get the chart graphic when you view a report for a single ad. So not if you are viewing the top level report page (/admin/content/ad/report). To view the graphic for a single ad, click on the ad title from the top level report, and then click the 'reports' tab.
Comment #4
Molot commentedSubscrube
Shouldn't this be feature request to show graphs on all levels?
Comment #5
tacituseu commentedIt's a bug,
ad_report_admin_display()('admin/content/ad/report/display' handler) contains the following:it seems the intention was to fill $ads array passing it by reference to
ad_report_admin_ad_table()but it is declared as:so the $ads stays empty and the code generating graph is never executed
Comment #6
tacituseu commentedthis should fix it
Comment #7
pontus_nilssonI can confirm that the patch in Comment 6 makes the report appear.
Comment #8
john franklin commentedCommitted. Thanks for the patch!