During the installation, the DBA would have been prompted to carry out the tasks below. If the colors aren't showing, please check the new $OA_HTML directory after the upgrade. It may be that this step needs to be redone.
Adding the Absence Calendar styles (DBA):
IMPORTANT: Do not interrupt this patch session. Follow these instructions in a different session.
- As the APPLMGR user, log in to the Application Tier (APPL_TOP) by sourcing the environment file.
- Edit the file Custom.xss or custom.xss, which is located in the directory $OA_HTML/cabo/styles.
Note: the file will have either a capital 'C' or a lower 'c', depending on the release.
- Add the following line to the end of the existing import statements.
<import href="xxas_abscal.xss"/>
For example, if the file already has just one import for oa.xss, the imports section would look like this:
..
<import href="oa.xss"/>
<import href="xxas_abscal.xss"/>
<styleSheet>
.. - Remove the existing style sheet cache so that the imported styles take effect:
rm $OA_HTML/cabo/styles/cache/* - If this system has multiple Application Tier file systems, repeat steps 1-4 for each file system.
Without doing this, the Absence Calendar will not display colors —it will only display a letter in each cell.