forked from backstage/backstage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue where radar entry dialog with external url
If an entry has both a radar description and an external url, when a user clicks on the blip the description dialog would briefly appear before they are redirected to the specified url. Expected behaviour is not to automatically redirect the user so that they can read the dialog and choose to follow the link for more details. Signed-off-by: Niall McCullagh <[email protected]> Signed-off-by: Niall McCullagh <[email protected]>
- Loading branch information
1 parent
c111312
commit b56815b
Showing
4 changed files
with
26 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@backstage/plugin-tech-radar': patch | ||
--- | ||
|
||
Fixes issue where radar description dialog is not shown when the entry has an url external to the radar page |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters