-
Bug
-
Resolution: Fixed
-
High
-
6.6.6
-
10
-
Severity 3 - Minor
-
7
-
Summary
The Notifications/workbox icon is missing from fresh installs of Confluence 6.6.6
Environment
- Confluence 6.6.6
Steps to Reproduce
- Install Confluence 6.6
Expected Results
The notification icon will be seen
Actual Results
The notification icon is missing
Workaround
Add the following to the HEAD section in Custom HTML.
<script type="text/javascript"> $(function(){ $('#header .aui-iconfont-notification').addClass('aui-iconfont-workbox-empty'); }); </script>
If you're running the Confluence 6.6 Enterprise release, a fix for this issue is now available in Confluence 6.6.7, which you can find in the Download Archives.