stable

Clone or download

Read-only

refactor: Remove BreadCrumbLinkWithIcon

The icon of a link is not anymore displayed in breadcrumbs (since 3 years). We can remove them. No functional changes. Part of story #34002: see promoted trackers in sidebar Change-Id: Ie999d036083eb1cb9f23c499a614caf8295717c8

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/BreadCrumbDropdown/AgileDashboardCrumbBuilder.php +1 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/BreadCrumbDropdown/MilestoneCrumbBuilder.php +4 −7 Go to diff View file
M plugins/baseline/scripts/baseline/components/App.vue +0 −1 Go to diff View file
M plugins/document/scripts/document/components/Breadcrumb/DocumentBreadcrumb.vue +0 −1 Go to diff View file
M plugins/git/include/Git/BreadCrumbDropdown/GitCrumbBuilder.php +4 −7 Go to diff View file
M plugins/git/include/Git/BreadCrumbDropdown/RepositoryCrumbBuilder.php +1 −3 Go to diff View file
M plugins/git/scripts/repositories-list/src/components/GitBreadcrumbs.vue +0 −1 Go to diff View file
M plugins/git/scripts/repositories-list/src/components/__snapshots__/GitBreadCrumbs.test.ts.snap +1 −1 Go to diff View file
M plugins/program_management/include/ProgramManagementBreadCrumbsBuilder.php +1 −3 Go to diff View file
M plugins/tracker/include/Tracker/Creation/TrackerCreationBreadCrumbsBuilder.php +1 −3 Go to diff View file
M plugins/tracker/include/Tracker/Tracker.class.php +5 −9 Go to diff View file
M plugins/tracker/include/Tracker/TrackerManager.class.php +0 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/TrackerCreationBreadCrumbsBuilderTest.php +1 −3 Go to diff View file
M src/common/Layout/BaseLayout.php +1 −6 Go to diff View file
M src/common/Layout/BreadCrumbDropdown/BreadCrumbLink.php +9 −42 Go to diff View file
M src/common/Layout/BreadCrumbDropdown/BreadCrumbLinkPresenter.php +13 −28 Go to diff View file
D src/common/Layout/BreadCrumbDropdown/BreadCrumbLinkWithIcon.php +0 −33 Go to diff View file
M src/templates/common/breadcrumbs/breadcrumbs.mustache +2 −4 Go to diff View file
M src/themes/BurningParrot/css/includes/_breadcrumb.scss +0 −5 Go to diff View file
M src/themes/FlamingParrot/css/utils/_breadcrumb.scss +0 −5 Go to diff View file