Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 9f431b5

Browse files
authored
Merge pull request #1577 from github/fixes/1576-open-pr-on-github
Fix opening Pull Request on GitHub.
2 parents b755fca + 60354ce commit 9f431b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.VisualStudio/Views/GitHubPane/PullRequestListItem.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
</Grid.ColumnDefinitions>
122122
<Button x:Name="prHashtagLink"
123123
Grid.Column="0"
124-
Command="{Binding OpenPROnGitHub, RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type local:PullRequestListView}}}"
124+
Command="{Binding DataContext.OpenPullRequestOnGitHub, RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type local:PullRequestListView}}}"
125125
CommandParameter="{Binding Number}"
126126
Content="{Binding Number}"
127127
ToolTip="{x:Static prop:Resources.OpenPROnGitHubToolTip}"

0 commit comments

Comments
 (0)