Skip to content

Commit

Permalink
Bug fix for Pull after Link Action (#201)
Browse files Browse the repository at this point in the history
Fixed selected objects not getting pulled in the AbapGitWizardSelectivePullAfterLink Wizard
  • Loading branch information
shubhamWaghmare-sap authored Mar 10, 2021
1 parent 3d8e667 commit 2a203a3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ public void checkStateChanged(CheckStateChangedEvent event) {
AbapGitWizardPageObjectsSelectionForPull.this.modifiedObjTreeViewer.setSubtreeChecked(event.getElement(), false);
}
}
AbapGitWizardPageObjectsSelectionForPull.this.selectedObjectsForRepository = AbapGitWizardPageObjectsSelectionForPull.this.modifiedObjTreeViewer
.getCheckedElements();

}
});
Expand Down

0 comments on commit 2a203a3

Please sign in to comment.