Skip to content

Enhanced routing for CVE and business value management with deeplinks#655

Open
stijnpotters1 wants to merge 1 commit into
masterfrom
fix/add-item-to-url
Open

Enhanced routing for CVE and business value management with deeplinks#655
stijnpotters1 wants to merge 1 commit into
masterfrom
fix/add-item-to-url

Conversation

@stijnpotters1

Copy link
Copy Markdown
Contributor

Done for cve-overview, vulnerability-manage and business-value pages

@stijnpotters1 stijnpotters1 self-assigned this Jul 8, 2026
@stijnpotters1 stijnpotters1 linked an issue Jul 8, 2026 that may be closed by this pull request
@sonarqubecloud

sonarqubecloud Bot commented Jul 8, 2026

Copy link
Copy Markdown

if (this.selectedBusinessValue()?.id === deletedId) {
this.selectedBusinessValue.set(null);
this.resetIssueSelection();
this.location.go(`/release-manage/${this.releaseId()}/business-values`);

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not use router for this?

Comment on lines +155 to +158
this.location.go(`/release-manage/${this.releaseId()}/business-values`);
} else {
this.selectedBusinessValue.set(businessValue);
this.location.go(`/release-manage/${this.releaseId()}/business-values/${businessValue.id}`);

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here, this could be done through router

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add CVE to url

2 participants