Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove timeout link from saga view when message not processed #653

Merged
merged 1 commit into from
Dec 2, 2016
Merged

Remove timeout link from saga view when message not processed #653

merged 1 commit into from
Dec 2, 2016

Conversation

adamralph
Copy link
Contributor

fixes #651

@adamralph adamralph changed the title remove timeout link from saga view when message not processed [WIP] remove timeout link from saga view when message not processed Nov 29, 2016
@distantcam distantcam changed the title [WIP] remove timeout link from saga view when message not processed Remove timeout link from saga view when message not processed Dec 1, 2016
@distantcam
Copy link
Contributor

We've decided to go with this solution for now and improve the scrolling UI in another PR.

</Hyperlink>
</TextBlock>
</StackPanel>
<!--<StackPanel Orientation="Horizontal">-->
Copy link
Contributor

Choose a reason for hiding this comment

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

Should remove this comment

<TextBlock Text="{Binding TimeoutFriendly}" />
</InlineUIContainer>
</TextBlock>
<!--</StackPanel>-->
Copy link
Contributor

Choose a reason for hiding this comment

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

... and this one

@adamralph
Copy link
Contributor Author

I amended the commit to remove the commented out StackPanel tags. This should be good to go now.

@adamralph
Copy link
Contributor Author

Also rebased onto master, to keep things a little tidier.

@adamralph adamralph merged commit c9c1330 into Particular:master Dec 2, 2016
@adamralph adamralph deleted the timeout-link-in-saga-view branch December 2, 2016 10:28
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.

Saga view shows timeout hyperlink when message has not been processed
2 participants