Support Article
Breadcrumb displays incorrectly
SA-66973
Summary
User adds the Reassign functionality to a screen flow. Breadcrumb displays incorrectly when the Reassigned operator opens the case.

Error Messages
Not Applicable
Steps to Reproduce
- Reassign a case
- Return to the previous stage using the Change stage
Root Cause
A defect in Pegasystems’ code or rules.
Resolution
Perform the following local-change:
Add the below code to the UserWorkForm:
<style>
#ScreenFlowTabs ul #future
{
visibility:visible !important;
display:block !important;
}
</style>
Published February 5, 2019 - Updated October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.