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

HealthUrgency color does not display correctly for green color

SA-64223

Summary



Urgency color does not display correctly for Initial Urgency (green color). The color displays only for the font and does not displays as the background for the whole box. 
Urgency color displays correctly for other colors such as red and amber.



Error Messages



Not Applicable


Steps to Reproduce



Open My cases. Check the urgency skin format for different urgencies.


Root Cause



An issue in the custom application code or rules.
Urgency-low DIV class is overridden in the application skin. Since it is referred in multiple locations in the same section, the value cannot be overridden.



Resolution



Perform the following local-change:
  1. Assign a new testurgency DIV class instead of urgency-low in pyCMurgencyAssign.
  2. Configure the below script in UserWorkForm:

    <style>
    .testUrgency{
    background-color:green !important;
      color:black !important;
    }
    </style>

 

Published October 17, 2018 - Updated October 8, 2020

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