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

Create CancelDialog action #3785

Merged
merged 2 commits into from
Apr 24, 2020
Merged

Create CancelDialog action #3785

merged 2 commits into from
Apr 24, 2020

Conversation

tomlm
Copy link
Contributor

@tomlm tomlm commented Apr 22, 2020

  • Move logic into base class for CancelDialog and CancelAllDialogs
  • Add activityProcessed which if set to false will emit event to cause parent to process activity.
  • Unit tests etc.

* Move logic into base class
* Add activityProcessed which if set to false will emit event to cause parent to process activity.
* Unit tests etc.
@tomlm tomlm marked this pull request as ready for review April 23, 2020 15:34
@tomlm tomlm added the adaptive label Apr 23, 2020
/// </summary>
public class CancelAllDialogsBase : Dialog
{
private bool cancelAll;
Copy link
Member

Choose a reason for hiding this comment

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

this could be readonly it seems

@tomlm tomlm added the R9 Release 9 - May 15th, 2020 label Apr 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
R9 Release 9 - May 15th, 2020
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants