-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Adds "Segmented Visitor Log" icon to more reports and subtables #9478
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
Conversation
d46189d
to
fe1d3b5
Compare
@@ -1,7 +1,279 @@ | |||
<?xml version="1.0" encoding="utf-8" ?> | |||
<results> | |||
<result idSite="1"> | |||
<result date="2010-01-03" /> | |||
<result date="2010-01-03"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you might need to modify https://github.com/piwik/piwik/blob/2.16.0-b1/tests/PHPUnit/System/TwoVisitsWithCustomVariablesSegmentMatchNONETest.php#L58-L77 and maybe add a special case so it doesn't match anything?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point. I'll try to adjust that.
3791977
to
67e540b
Compare
PR looks good! Can you maybe squash the commits and then merge? If not a direct merge should be ok too |
Adds "Segmented Visitor Log" icon to more reports and subtables
@@ -0,0 +1,4 @@ | |||
<?xml version="1.0" encoding="utf-8" ?> | |||
<result> | |||
<row>Unknown</row> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sgiehl would it be possible to have this test generate real values so it shows that the auto suggest for this new segment works as expected?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll issue a pull request for that...
fixes #9501