fixes bug#21590

dev: Valdevir
qua: xxx



git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@105526 d1611594-4594-4d17-8e1d-87c2c4800839
master
aristides 2021-02-25 19:24:40 +00:00
parent a64650faa6
commit b6088bccc1
1 changed files with 2 additions and 0 deletions

View File

@ -145,8 +145,10 @@ public class EditarPerfilController extends MyGenericForwardComposer {
@Override @Override
public void onEvent(Event event) throws Exception { public void onEvent(Event event) throws Exception {
PerfilFuncion pf = (PerfilFuncion) permisoList.getSelected(); PerfilFuncion pf = (PerfilFuncion) permisoList.getSelected();
if(pf.getFuncionSistema().getSistema().getSistemaId()==1) {
abrirPefilFuncion(pf); abrirPefilFuncion(pf);
} }
}
}); });
perfil = (Perfil) Executions.getCurrent().getArg().get("perfil"); perfil = (Perfil) Executions.getCurrent().getArg().get("perfil");