-
Bug
-
Resolution: Not a bug
-
Low
-
None
-
5.1
-
Reproducible in Confluence 5.1-CDOG-2829
Our Confluence 5.x documentation explicitly states the following:
You can go to the dashboard from anywhere in your site by choosing the site logo at the top left of the page.
This functionality breaks in Confluence 5.1 but works fine in Confluence 5.0.x
Sample scenario and version comparison
In Confluence 5.0.x
- Set "Site Homepage" in General Configuration to a Demonstration Space (ds)
- Click on the "site logo" and you'll be redirected to Confluence Dashboard
- Set "Site Homepage" in http://ConfluenceURL/users/viewmysettings.action to a User Profile
- Click on the "site logo" and you'll be redirected to Confluence Dashboard
In Confluence 5.1
- Set "Site Homepage" in General Configuration to a Demonstration Space (ds)
- Click on the "site logo" and you'll be redirected to the Demonstration Space (ds) instead of Confluence Dashboard. This is not the expected result.
- Set "Site Homepage" in http://ConfluenceURL/users/viewmysettings.action to a User Profile
- Click on the "site logo" and you'll be redirected to the User Profile instead of Confluence Dashboard. This is not the expected result.
It seems that Confluence redirect user to the last Site Homepage set in http://ConfluenceURL/users/viewmysettings.action or General Configuration. By right, this shouldn't be the case as in Confluence 5.0.x, the site logo always took you back to the Dashboard - even if the user changed the Site Homepage (global level or user level) to something else.
Workaround
Navigate to Confluence Admin >> Custom HTML and add the following to At end of the HEAD:
<script> AJS.toInit(function(){ AJS.$('h1#logo').children().attr("href","/dashboard.action"); }); </script>
- is caused by
-
CONFSERVER-28475 Application logo link always goes to the dashboard, even when a custom home page is configured
- Closed
- mentioned in
-
Wiki Page Failed to load
- relates to
-
CSP-98939 You do not have permission to view this issue
[CONFSERVER-28719] User can no longer go to the dashboard from anywhere in Confluence site by choosing the site logo in Confluence 5.1
Workflow | Original: JAC Bug Workflow v3 [ 2900931 ] | New: CONFSERVER Bug Workflow v4 [ 2995690 ] |
Workflow | Original: JAC Bug Workflow v2 [ 2796671 ] | New: JAC Bug Workflow v3 [ 2900931 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: JAC Bug Workflow [ 2735297 ] | New: JAC Bug Workflow v2 [ 2796671 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2400759 ] | New: JAC Bug Workflow [ 2735297 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5 [ 2300465 ] | New: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2400759 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5.1 - TEMP [ 2234550 ] | New: Confluence Workflow - Public Facing - Restricted v5 [ 2300465 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2197097 ] | New: Confluence Workflow - Public Facing - Restricted v5.1 - TEMP [ 2234550 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5 [ 1953429 ] | New: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2197097 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v3 [ 1746274 ] | New: Confluence Workflow - Public Facing - Restricted v5 [ 1953429 ] |
Workflow | Original: CONF Bug Subtask WF (TEMP) [ 1708784 ] | New: Confluence Workflow - Public Facing - Restricted v3 [ 1746274 ] |