Skip to main content
GoodFirstPicks
DashboardIssuesReposLeaderboard

GoodFirstPicks by Leaveitblank © 2026

CreatorRequest a RepoPrivacy PolicyTerms of Service
Breadcrumb when viewing a dashboard should be linked to Module/Workspace rather than Dashboard list | GoodFirstPicks

Breadcrumb when viewing a dashboard should be linked to Module/Workspace rather than Dashboard list

frappe/frappe 4 comments 1mo ago
View on GitHub
mediumopenScope: somewhat clearSkill match: maybeFrappe / ERPNextPython

Why this is a good first issue

Breadcrumb navigation needs to reflect workspace/module hierarchy rather than dashboard list.

AI Summary

The issue reports confusing breadcrumb navigation in dashboards, where links point to dashboard lists instead of the originating workspace/module. The solution requires modifying breadcrumb logic to track navigation context, but maintainers indicate this may be partially addressed in another PR. The scope is somewhat clear but involves understanding navigation hierarchy.

Issue Description

Description of the issue

When we create a Dashboard for a particular module, the breadcrumbs on the Dashboard are as follows:

Home > Dashboard > Dashboard Name

image

This is very confusing for the users because they cannot go back to the workspace where they entered the dashboard from. The "Dashboard" link takes them to the Dashboard list.

Screen Recording 2022-08-31 at 10 49 44 AM

Steps to reproduce the issue

  1. Open any dashboard
  2. The breadcrumb will take you back to dashboard list rather than the Workspace the dashboard belongs to.

GitHub Labels

bug

Want to work on this?

Claim this issue to let others know you're working on it. You'll earn 20 points when you complete it!

Risk Flags

  • breadcrumb logic changes
  • potential cross-cutting impact
Loading labels...

Details

Points20 pts
Difficultymedium
Scopesomewhat clear
Skill Matchmaybe
Test Focusedno
Assigneesokumon