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-925 Handle right project events to fetch conflicts and clean only resolved conflicts #988

Merged
merged 1 commit into from
Apr 11, 2016

Conversation

stour
Copy link

@stour stour commented Apr 7, 2016

@vparfonov
Copy link
Contributor

ok

@@ -64,7 +65,11 @@ protected ResolvePresenter(final ConsolesPanelPresenter consolesPanelPresenter,
this.view.setDelegate(this);
}

public void fetchConflictsList(boolean forCurrentSelection, final AsyncCallback<List<String>> callback) {
public boolean containsConflicts() {
return conflictsPaths != null && conflictsPaths.size() > 0;
Copy link
Contributor

Choose a reason for hiding this comment

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

conflictsPaths.isEmpty()?

Copy link
Author

Choose a reason for hiding this comment

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

changed

@skabashnyuk
Copy link
Contributor

ok

resolved conflicts

Signed-off-by: Stéphane Tournié <stephane.tournie@serli.com>
@stour stour merged commit 0f2934c into eclipse-che:master Apr 11, 2016
@stour stour deleted the CHE-925 branch April 11, 2016 11:46
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.

None yet

3 participants