On the project we are currently building, we had request to make a view displaying random results,
with an option for the user to open modal and browse trough entities with left and right arrows.

So, we decided to resolve this using 2 views, one showing 12 and another showing 1 result.
Syncing the way they randomise was critical.

This would make good feature for this modal.

Comments

CroIvan created an issue. See original summary.

ivan616’s picture

StatusFileSize
new2.63 KB

This is the code we come up with to resolve the issue we had.

Kindest regards.

swentel’s picture

StatusFileSize
new3.53 KB

Updated version of the patch synced against alpha5

  • swentel committed c2b4cdf on 8.x-1.x
    Issue #3089118 by Ivan616, swentel: Enable syncing seed results between...
swentel’s picture

Status: Needs review » Fixed

Committed, will release soon.

swentel’s picture

Status: Fixed » Closed (fixed)