I have designed a page with a results list widget (listing documents) and a content viewer widget.
The viewer has subscribed to the document object_id in the selected row of the results list widget.
The expected behavior is to display the document content in the viewer when I click on a row in the results list widget.
It does work for the first click after loading the page; but nothing changed for any other click as the viewer stays stuck on the first document.
Did someone have that unexpected behavior?
Thank.