BinaryStudioAcademy / bsa-2024-gitfit

Application for collecting and analyzing developers activity on git based projects.
0 stars 0 forks source link

fix: The root path of the breadcrumbs redirects to the "Home" page instead of the "Projects" page #283

Closed VeronikaHordus closed 4 days ago

VeronikaHordus commented 5 days ago

Describe your issue

The breadcrumbs root link navigates to the wrong page.

Steps to reproduce

Pre-conditions: User is logged in. User is granted with a "View all Projects" permission.

  1. Navigate to the "Projects" page with sidebar
  2. Navigate to the Specific project page by a click on the project from a list
  3. Click on the Projects link on the breadcrumbs

What was the actual result?

User is navigated to the "GitFit Home" page.

What was the expected result?

User is navigated to the "Projects" page.

Put here any screenshots or videos (optional)

https://github.com/user-attachments/assets/3604e4e9-42cf-4449-8096-ad01d1223ea8

What OS are you seeing the problem on?

Windows

What browsers are you seeing the problem on?

Chrome

Severity

Critical (S2)

VeronikaHordus commented 4 days ago

All good!