From a74f572f0d1d8c74381a9bfe3ccd351efee76344 Mon Sep 17 00:00:00 2001 From: "bruno.neves" Date: Tue, 10 Apr 2018 20:50:26 +0000 Subject: [PATCH] =?UTF-8?q?fixes=20bug#0010872=20obs:=20removido=20o=20bre?= =?UTF-8?q?ak=20do=20for=20responsavel=20em=20remover=20as=20funcionalidad?= =?UTF-8?q?es=20que=20n=C3=A3o=20tem=20o=20nome=20digitado?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit dev: Veloso qua: Marcelo git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@80697 d1611594-4594-4d17-8e1d-87c2c4800839 --- .../web/gui/controladores/seguridad/EditarPerfilController.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/java/com/rjconsultores/ventaboletos/web/gui/controladores/seguridad/EditarPerfilController.java b/src/java/com/rjconsultores/ventaboletos/web/gui/controladores/seguridad/EditarPerfilController.java index b897f5a64..9a7b4deb3 100644 --- a/src/java/com/rjconsultores/ventaboletos/web/gui/controladores/seguridad/EditarPerfilController.java +++ b/src/java/com/rjconsultores/ventaboletos/web/gui/controladores/seguridad/EditarPerfilController.java @@ -467,7 +467,6 @@ public class EditarPerfilController extends MyGenericForwardComposer { PerfilFuncion pf = (PerfilFuncion) it.next(); if(!pf.getFuncionSistema().getNombfuncion().contains(palavraPesquisaRuta.toUpperCase())) { it.remove(); - break; } }