Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #139 from SSchulze1989/develop
Browse files Browse the repository at this point in the history
Fix - Description not showing for result votes
  • Loading branch information
SSchulze1989 authored Feb 6, 2021
2 parents 1d5138d + 5ac2ecb commit 9fce276
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion iRLeagueManager/Views/ReviewResultControl.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
</DataTemplate>
</DataGridTemplateColumn.CellTemplate>
</DataGridTemplateColumn>
<DataGridTextColumn Header="Description" Width="*">
<DataGridTextColumn Header="Description" Width="*" Binding="{Binding Description}">
</DataGridTextColumn>
</DataGrid.Columns>
</DataGrid>
Expand Down
2 changes: 2 additions & 0 deletions iRLeagueManager/Views/ReviewsControl.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -734,6 +734,8 @@ SOFTWARE.-->
</TextBlock>
<TextBlock Text=": "/>
<TextBlock Text="{Binding MemberAtFault.FullName}"/>
<TextBlock Text=" - "/>
<TextBlock Text="{Binding Description}"/>
</StackPanel>
</DataTemplate>
</ItemsControl.ItemTemplate>
Expand Down

0 comments on commit 9fce276

Please sign in to comment.