Skip to main content

This content has been archived and is no longer being updated. Links may not function; however, this content may be relevant to outdated versions of the product.

Support Article

Vertical scroll bar not visible when canceled case is reopened

SA-85991

Summary



Vertical scroll bar is not visible when a canceled case is reopened.
The left menu does not display.



Error Messages



Not Applicable.


Steps to Reproduce

  1. Launch the case worker portal
  2. Click Create case
  3. Use the pyAssignmentsLabel control to navigate to another case from this case


Root Cause



A software use or operation error.


Resolution

Perform the following local-change:
  1. Change the below code in the pyAssignmentsLabel control from:
     

    if (bCanPerform) {
              endAnchor = "</a>";
              if(pzInsKey.equals(refObjKey)) {
              // if this assigment is on the current work object

                anchor = "<a target=\"_self\" href=\"" + url + "\">";
              }
              else {
              // if this assignment is on another work object

                anchor = "<a onclick=\"openAssignment('" +key+ "')\">";
              }
          }

    to the new code:

    if (bCanPerform) {
              endAnchor = "</a>";
              
              // if this assignment is on the current work object

               // if this assignment is on another work object

                anchor = "<a onclick=\"openAssignment('" +key+ "')\">";
              
         }

  2. Save the pyAssignmentsLabel control to the application ruleset



 

Published December 2, 2021

Was this useful?

0% found this useful

Have a question? Get answers now.

Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega Community has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.

Close Deprecation Notice
Contact us