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

fix(modal): exception when calling ViewBase.showModal(...) #5737

Merged
merged 2 commits into from
Apr 25, 2018

Conversation

manoldonev
Copy link
Contributor

Fixes #5735

TKUnit.waitUntilReady(() => modalClosed);
}

export function test_WhenViewBaseCallsShowModal_WithArguments_ShouldThrow() {
Copy link
Contributor

Choose a reason for hiding this comment

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

Should be without arguments.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@MartoYankov Fixed.

@manoldonev manoldonev force-pushed the mdonev/viewbase-showmodal-fix branch from 46cd184 to cbb933a Compare April 25, 2018 08:20
@manoldonev manoldonev merged commit 451589d into master Apr 25, 2018
@ghost ghost removed the in progress label Apr 25, 2018
@manoldonev manoldonev deleted the mdonev/viewbase-showmodal-fix branch April 25, 2018 21:19
@lock
Copy link

lock bot commented Aug 26, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked and limited conversation to collaborators Aug 26, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Opening modal view from ViewBase instance does not work
3 participants