ItEr60S04ValidacionEProbasFuncionaisItEr59S04: [Bug #596] Fixed bug changing doModal() for setMode("modal").
This change was introduced in commit 318ea2c17c.
This commit is contained in:
parent
ac0422b23b
commit
7fd423803f
1 changed files with 1 additions and 1 deletions
|
|
@ -152,9 +152,9 @@ public class EditTaskController extends GenericForwardComposer {
|
|||
|
||||
try {
|
||||
window.setTitle(_("Edit task: {0}", taskElement.getName()));
|
||||
window.setMode("modal");
|
||||
showSelectedTabPanel();
|
||||
Util.reloadBindings(window);
|
||||
window.doModal();
|
||||
} catch (InterruptedException e) {
|
||||
throw new RuntimeException(e);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue