ItEr47S04ValidacionEProbasFuncionaisItEr46S04: [Bug #294] Fixing bug. The confirmation check was wrong.

This commit is contained in:
Óscar González Fernández 2010-02-14 19:15:38 +01:00
parent c8b042a058
commit 176f4cea09

View file

@ -145,7 +145,7 @@ public class OrderElementTreeController extends TreeController<OrderElement> {
+ " Are you sure you want to go to create a template?"),
"Confirm", Messagebox.YES | Messagebox.NO,
Messagebox.QUESTION);
return Messagebox.OK == status;
return Messagebox.YES == status;
} catch (InterruptedException e) {
throw new RuntimeException(e);
}