ItEr49S04ValidacionEProbasFuncionaisItEr48S04: [Bug #350] Fixing bug.
This commit is contained in:
parent
532bd56a63
commit
bcf420228d
1 changed files with 5 additions and 0 deletions
|
|
@ -180,6 +180,11 @@ public abstract class TreeController<T extends ITreeNode<T>> extends
|
|||
snapshotOfOpenedNodes = TreeViewStateSnapshot.snapshotOpened(tree);
|
||||
Textbox name = (Textbox) cmp.getFellow("newOrderElementName");
|
||||
Intbox hours = (Intbox) cmp.getFellow("newOrderElementHours");
|
||||
|
||||
if (hours.getValue() == null) {
|
||||
hours.setValue(0);
|
||||
}
|
||||
|
||||
// Parse hours
|
||||
try {
|
||||
if (tree.getSelectedCount() == 1) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue