Details
-
Bug
-
Status: Closed
-
Resolution: Won't Fix
-
7.3.6 CE GA7, 7.4.0 CE GA1
-
None
-
None
-
Ubuntu LTS 18.04
-
Oracle OpenJDK 11
-
Apache Tomcat 9.0.x
-
PostgreSQL 12
-
Desktop
Description
Step to reproduce:
1. Create a new segment (for example, Role not equals Administrator).
2. Create a new segment experience.
3. Modify the page content for a new experience.
4. Publish your changes.
5. Login with the user matching the segment condition.
Expected Behavior:
The version of the page that matches the new experience should be displayed.
Actual behavior:
The default version of the page is displayed
The error occurs when creating the first experience, its priority is -2. The priority of each new experience created will be 1 less. This method
When the page is displayed, the experience is already being filtered by priority. If the priority is less than zero, then the experience is not displayed. This method