tsgrp / HPI

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

Stage Tour: Left Bar Tour Steps are not Displaying #2402

Closed abrown45 closed 3 years ago

abrown45 commented 3 years ago

Issue

Launching stage and expecting the stage tour, you only receive one step unless a document is open. Both folder actions and related objects displayed previously but are now missing. A fix is required for both related object and folder notes and potentially a greater fix with rendering. Currently the tour is launched twice and the second is canceled.

abrown45 commented 3 years ago

OCMS 26372 STAGE TOUR FOR LEFT SIDE BAR NOT WORKING - this commit fixes folder actions tour step and related objects. this adds triggers to each of the major components. When the components are ready for the tour fire a trigger that then decides to kick off the tour when ready. When adding another component to the stage tour this is required. in the case of related objects since the view is hidden unless a query returns valid results, we wait for that section to resolve before kicking off the tour. if a query fails stage is in an error state so the stage tour does not run but will appear in the next stage not in an error state. cleaning up other tour code that is unused. GH: https://github.com/tsgrp/HPI/issues/2402

CR: dvora, nengerer