-
Notifications
You must be signed in to change notification settings - Fork 232
Closed
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.Denotes an issue or PR has remained open with no activity and has become stale.priority/P2
Milestone
Description
navigateResourceURL
and navigateEventInvolvedObjectURL
(and perhaps the others) occasionally cause an error to be thrown when navigating to builds:
error on line 105:
The breadcrumbs are not generated correctly due to the URL having a slightly different format.
Breadcrumb when error thrown:
Breadcrumb when error not thrown:
URL generating breadcrumbs with error:
https://localhost:9000/dev-console/project/myproject/browse/builds-noconfig/mmmmmm-cake-1?tab=details
URL generating correct breadcrumbs:
https://localhost:9000/dev-console/project/myproject/browse/builds/mmmmmm-cake/mmmmmm-cake-1?tab=details
So problem seems to be that the navigate*
functions may think a build has no build config.
Metadata
Metadata
Assignees
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.Denotes an issue or PR has remained open with no activity and has become stale.priority/P2