bug#17357

dev:
qua:

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@99769 d1611594-4594-4d17-8e1d-87c2c4800839
master
thiago.clemente 2020-01-16 12:49:54 +00:00
parent 0093885bf7
commit d017ec6d77
1 changed files with 2 additions and 0 deletions

View File

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