Skip to content

Commit

Permalink
CHE-942 temporarily disable move to path
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Tournié <stephane.tournie@serli.com>
  • Loading branch information
Stéphane Tournié committed Apr 12, 2016
1 parent 1bf7bcf commit 601a572
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,9 +224,12 @@ public void onKeyboard(KeyboardEvent keyboardEvent) {
targetUrlTextBox.getElement().setAttribute(PLACEHOLDER, PLACEHOLDER_DUMMY);
commentTextBox.getElement().setAttribute(PLACEHOLDER, "Comment...");

urlCheckBox.setValue(false, true);
// TODO setValue(false, true), clean setEnabled(false) and deckPanel.showWidget(0) once CHE-942 is fixed
urlCheckBox.setValue(true, true);
urlCheckBox.setEnabled(false);
onUrlCheckBoxClicked(null);

deckPanel.showWidget(0);
deckPanel.showWidget(1);
}

/** {@inheritDoc} */
Expand Down

0 comments on commit 601a572

Please sign in to comment.