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

Make sure to group the label in Referrer Websites report #13884

Merged
merged 4 commits into from May 20, 2019
Merged

Conversation

tsteur
Copy link
Member

@tsteur tsteur commented Dec 19, 2018

I just debugged and can confirm behaviour described in #13882
The label includes a URL like http://demo.matomo.org/foo/bar and the label is then removed in the ColumnCallbackReplace filter meaning there could be several entries with the same label and a group by is needed.

I just debugged and can confirm behaviour described in #13882 
The label includes a URL like `http://demo.matomo.org/foo/bar` and the label is then removed in the `ColumnCallbackReplace` filter meaning there could be several entries with the same label and a group by is needed.
@tsteur tsteur added not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org. Waiting for user feedback Indicates the Matomo team is waiting for feedback from the author or other users. labels Dec 19, 2018
@tsteur tsteur added this to the 3.10.0 milestone Dec 19, 2018
@tsteur tsteur added Needs Review PRs that need a code review and removed Waiting for user feedback Indicates the Matomo team is waiting for feedback from the author or other users. labels Dec 19, 2018
@tsteur
Copy link
Member Author

tsteur commented Dec 19, 2018

User confirmed it works, might cause the report to load a little less slow since the filters needed to be executed directly and the GroupBy is not the fastest either.

@mattab mattab modified the milestones: 3.11.0, 3.10.0 Mar 19, 2019
@diosmosis
Copy link
Member

There's an interesting test failure w/ the Others row. Also probably good to have this bug covered by a system test.

@diosmosis diosmosis merged commit ba06f0a into 3.x-dev May 20, 2019
@diosmosis diosmosis deleted the 13882 branch May 20, 2019 11:39
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

3 participants