ItEr47S04ValidacionEProbasFuncionaisItEr46S04: [Bug #294] Fixing bug. The confirmation check was wrong.
This commit is contained in:
parent
c8b042a058
commit
176f4cea09
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue