Closed (fixed)
Project:
Julio
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
10 Apr 2012 at 20:09 UTC
Updated:
5 Jan 2013 at 00:40 UTC
Instead of removing the administrative breadcrumb, effectively leaving the only breadcrumb item as "Home," can we rewrite it with the Admin Dashboard path? For example, navigating to the Admin Dashboard, then Enabled Functionality, the breadcrumb would look like:
Home > Admin Dashboard
Comments
Comment #1
lightsurge commentedSince Julio doesn't really support the full administrative backend, couldn't we actually quite simply replace the breadcrumb so that pages in admin/ show 'Admin Dashboard' in the breadcrumb (and nothing else, since we don't really ever go further than one administrative page deep in the context of the admin dashboard)?
We could have the breadcrumb for user 1 display normally.
Comment #2
jgraham commentedNot altering the breadcrumb for uid 1 is a good idea.
Related to #1516570: non-admin breadcrumb improvements penguininja's approach is more correct and won't conflict/confuse with providing a breadcrumb elsewhere.
Comment #3
lightsurge commentedRe-reading penguininja's post, I don't know why I commented in #1, sounds like we might be suggesting the same thing for the admin pages ;)
Comment #4
jgraham commentedAdjusted to only adjust admin breadcrumb for non-uid = 1.
Remaining usability issues to be addressed in #1872486: Deprecate Dashboard