Skip to content

Commit

Permalink
TEIIDDES-2706 use the value of constraintButton in row filter dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
asmigala committed Nov 2, 2015
1 parent 3786c9f commit cc7baa1
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -573,6 +573,7 @@ public void widgetDefaultSelected(SelectionEvent e) {
@Override
public void widgetSelected(SelectionEvent e) {
// Open dialog to display models tree so user can select a column object
constraint = constraintButton.getSelection();
handleInputChanged();
}

Expand Down

0 comments on commit cc7baa1

Please sign in to comment.