dotCMS / core

Headless/Hybrid Content Management System for Enterprises
http://dotcms.com
Other
862 stars 468 forks source link

PagesViewedConditionlet not working #8971

Closed oarrietadotcms closed 7 years ago

oarrietadotcms commented 8 years ago

Since the PagedViewedConditionlet was changed to use Clickstream, it is not working as expected anymore, because the Clickstream.addRequest happens after the rules are evaluated (all fire-ons), so the count won’t match.

  1. PagedViewedConditionlet needs to get the proper count of Pages Viewed when it gets executed.
  2. PagesViewedConditionletFTest needs to be revisited to make it work.
wezell commented 7 years ago

Believe this is fixed