stable

Clone or download

Read-only

Move the Admin toolbar item into the root breadcrumb in FlamingParrot

Part of story #11189 have a smart bread crumb Same as d252a79c116991e3290aad03d1fb334fbd218713 but for the homepage of the agiledashboard (and cardwall of a milestone). Other (in BP & FP): - use caret-down instead of sort icon to not break patterns - remove unneeded margin when there is no sub items - indicates the name of the icon used as comment for future migration of fontawesome library Change-Id: Id11b6876d7503955e1dae0e324b8e742ee6282c4

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/BreadCrumbDropdown/AgileDashboardCrumbBuilder.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboardRouter.class.php +12 −4 Go to diff View file
M plugins/agiledashboard/include/AgileDashboardRouterBuilder.php +4 −2 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningController.class.php +23 −4 Go to diff View file
M plugins/agiledashboard/tests/AgileDashboardRouterTest.php +2 −1 Go to diff View file
M plugins/agiledashboard/tests/include/ControllerTest.php +6 −3 Go to diff View file
M src/common/layout/BreadCrumbDropdown/BreadCrumbPresenterBuilder.php +0 −18 Go to diff View file
M src/common/layout/Layout.class.php +0 −2 Go to diff View file
R src/www/themes/BurningParrot/templates/breadcrumbs/breadcrumbs.mustache Go to diff View file
M src/www/themes/BurningParrot/css/includes/_breadcrumb.scss +7 −3 Go to diff View file
M src/www/themes/FlamingParrot/ContainerPresenter.class.php +1 −6 Go to diff View file
M src/www/themes/FlamingParrot/FlamingParrot_Theme.class.php +2 −3 Go to diff View file
A src/www/themes/FlamingParrot/css/utils/_breadcrumb.scss +227 −0 Go to diff View file
M src/www/themes/FlamingParrot/css/utils/_content.scss +0 −96 Go to diff View file
M src/www/themes/FlamingParrot/css/utils/_definitions.scss +2 −1 Go to diff View file
M src/www/themes/FlamingParrot/templates/breadcrumbs.mustache +1 −7 Go to diff View file