tsgrp / HPI

OpenContent Management Suite (OCMS)
http://www.tsgrp.com/products
17 stars 5 forks source link

Recent Objects Dashlet (Documents) Not Populating From DocViewer Launch #2410

Closed abrown45 closed 3 years ago

abrown45 commented 3 years ago

Issue

Recent Objects dashlet when set to Document types is not populating when documents are opened from stage view all documents. Due to a timing issue, the document is not fetched before user preferences attempts to store the session. An update is needed to call update recent objects after the fetch is finished.

abrown45 commented 3 years ago

OCMS Commit 26394 RECENT OBJECTS DASHLET FOR DOCUMENTS - fixing an issue where documents would not populate in the recent objects (documents type) dashlet after viewing from stage view all documents. Other methods of launching a document populate the dashlet as expected. Moving the push recent objects to after the document fetch since it requires document properties in its execution. GH: https://github.com/tsgrp/HPI/issues/2410

CR: dvora, aking