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

CHE-1785: fix problems with the tree of changes on Preview window #1991

Merged
merged 1 commit into from
Jul 29, 2016

Conversation

svor
Copy link
Contributor

@svor svor commented Jul 29, 2016

What does this PR do?

Improves the widget which shows structure of the refactoring's changes

What issues does this PR fix or reference?

#1786

Tests written?

No

Please review @vparfonov.

if (root.getParentItem() == null) {
return;
}
if (value && !((CheckBox)(((FlowPanel)root.getParentItem().getWidget()).getWidget(0))).getValue()) {
Copy link
Contributor

@tolusha tolusha Jul 29, 2016

Choose a reason for hiding this comment

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

Could you simplify pls if it is possible

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, no problem. I have cleaned.

Copy link
Contributor

Choose a reason for hiding this comment

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

thx.

@vparfonov
Copy link
Contributor

ok

Signed-off-by: Valeriy Svydenko <vsvydenko@codenvy.com>
@svor svor merged commit b7e1d9d into master Jul 29, 2016
@svor svor deleted the CHE-1786 branch July 29, 2016 14:45
@codenvy-ci
Copy link

Build # 1343 - FAILED

Please check console output at http://ci.codenvy-dev.com/jenkins/job/che-pullrequests-build/1343/ to view the results.

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.

4 participants