Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: IndexedBySite will not get all data when asked for metrics from different reports #2831

Closed
diosmosis opened this issue Dec 23, 2011 · 1 comment
Labels
Bug For errors / faults / flaws / inconsistencies etc.

Comments

@diosmosis
Copy link
Member

If the IndexedBySite Archive object is used to get metrics from two different reports (like, 'nb_visits' and 'Goal_revenue') at the same time, only metrics from one report will be retrieved.

@diosmosis
Copy link
Member Author

(In [5603]) Fixes #2831. Details:

  • Modified IndexedBySite to to prepare each archive once for every report necessary (as determined by requested metrics) when archiving via the browser is enabled.
  • Modified it to check for 'done' flags of every appropriate plugin when archiving via the browser is disabled.
  • Created static version of Archive_Single method 'getRequestedReport'.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Projects
None yet
Development

No branches or pull requests

1 participant