ItEr60S04ValidacionEProbasFuncionaisItEr59S04: [Bug #596] Fixed bug changing doModal() for setMode("modal").

This change was introduced in commit 318ea2c17c.
This commit is contained in:
Manuel Rego Casasnovas 2010-08-18 14:32:59 +02:00
parent ac0422b23b
commit 7fd423803f

View file

@ -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);
}