bug#17357
dev: qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@99769 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
0093885bf7
commit
d017ec6d77
|
@ -36,12 +36,14 @@ public class EventListenerOnClickContingenciaBotaoContingencia implements EventL
|
|||
}
|
||||
|
||||
if (EStatusContingencia.CONTINGENCIA.equals(getStatusContingencia())) {
|
||||
log.info("SETAR CONTIGENCIA");
|
||||
HashMap args = new HashMap();
|
||||
args.put("controller", getController());
|
||||
args.put("eventoPai", this);
|
||||
getController().openWindow("/gui/seguridad/agreementContingencia.zul",
|
||||
Labels.getLabel(TITULO_CONTIGENCIA_CONTROLLER), args, MyGenericForwardComposer.MODAL);
|
||||
} else {
|
||||
log.info("RETIRAR CONTIGENCIA");
|
||||
gravaLogHistoricoContingencia();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue