Clicking the "Load more visits" button loads the same visits again.
URL: example.com/piwik/index.php?module=CoreHome&action=index&date=2013-12-23&period=day&idSite=1#module=Live&action=getVisitorLog&date=2013-12-23&period=day&idSite=1&popover=visitorProfile$visitorID
With the request being sent, the filter_offset parameter gets increased for every click, but it does not appear to affect the filtering of the returned results:
index.php?date=2013-12-23&module=Live&action=getVisitList&period=day&visitorId=$ID&filter_offset=105&idSite=1
This is with current Git master.
Clicking the "Load more visits" button loads the same visits again.
URL: example.com/piwik/index.php?module=CoreHome&action=index&date=2013-12-23&period=day&idSite=1#module=Live&action=getVisitorLog&date=2013-12-23&period=day&idSite=1&popover=visitorProfile$visitorID
With the request being sent, the filter_offset parameter gets increased for every click, but it does not appear to affect the filtering of the returned results:
index.php?date=2013-12-23&module=Live&action=getVisitList&period=day&visitorId=$ID&filter_offset=105&idSite=1
This is with current Git master.