Support Article
Invisible Add, Delete icons in Report Schedule
SA-29217
Summary
After an upgrade from Pega 7.1.7 to Pega 7.1.9, user observed that while scheduling a report, the Add and Delete icons are not visible in Report Schedule.
Error Messages
Not Applicable
Steps to Reproduce
- Update from Pega 7.1.7 to 7.1.9.
- Open Report schedule to add operator id to sent schedule report.
Root Cause
The color of the button was not set correctly.
Resolution
Add the below style in UserWorkForm:
<style>
div#RULE_KEY[node_name="pyTaskOutputProcessing"] button#RLAdd,div#RULE_KEY[node_name="pyTaskOutputProcessing"] button#RLDel{
color: blue;
}
</style>
Published October 28, 2016 - 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.