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

Two small changes for GA importer #14727

Merged
merged 4 commits into from Aug 4, 2019
Merged

Two small changes for GA importer #14727

merged 4 commits into from Aug 4, 2019

Conversation

diosmosis
Copy link
Member

  • Add Visualization.beforeRender event. I need to add a footer message after the datatable is loaded, so I can't use VIewDataTable.configure (since it's posted in the constructor).
  • Don't overwrite existing table metadata entries when loading datatables from blobs so metadata that is archived is returned through the API.

@diosmosis diosmosis added not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org. Needs Review PRs that need a code review labels Aug 2, 2019
@diosmosis diosmosis added this to the 3.12.0 milestone Aug 2, 2019
private function fireBeforeRenderHook()
{
/**
* @ignore
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we make this an official event and add a small description?

@tsteur
Copy link
Member

tsteur commented Aug 3, 2019

LGTM... be just good to add some comment for the event

@diosmosis diosmosis merged commit 8877f4a into 3.x-dev Aug 4, 2019
@diosmosis diosmosis deleted the two-small-changes branch August 4, 2019 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Review PRs that need a code review not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants