From fe5b7eb5b873c3f54e94d4acb5a4b53c86db22ed Mon Sep 17 00:00:00 2001 From: dheeyi Date: Wed, 20 May 2015 12:07:39 -0400 Subject: [PATCH] =?UTF-8?q?PM-2633=20Admin>Settings>Logs>Audit=20Log:=20Al?= =?UTF-8?q?=20importar=20un=20proceso=20el=20audit=20log=20no=20indica=20q?= =?UTF-8?q?ue=20lo=20importa=20indica=20que=20se=20creo=20el=20proceso.=20?= =?UTF-8?q?Causa=20:=20Llamada=20al=20metodo=20Auditlog=20en=20esas=20situ?= =?UTF-8?q?aciones(Importaci=C3=B3=20Eliminaci=C3=B3e=20procesos).=20Soluc?= =?UTF-8?q?i=C3=B3=20=20Agregar=20el=20registro=20para=20el=20Auditlog=20e?= =?UTF-8?q?n=20situaciones=20de=20Importaci=C3=B3=20Eliminaci=C3=B3n=20pro?= =?UTF-8?q?cesos=20.pm,=20.pmx=20y=20bpmn.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- workflow/engine/methods/processes/processes_Import_Ajax.php | 1 - 1 file changed, 1 deletion(-) diff --git a/workflow/engine/methods/processes/processes_Import_Ajax.php b/workflow/engine/methods/processes/processes_Import_Ajax.php index 27d6513d0..a9c75b6e6 100644 --- a/workflow/engine/methods/processes/processes_Import_Ajax.php +++ b/workflow/engine/methods/processes/processes_Import_Ajax.php @@ -307,7 +307,6 @@ if ($action == "uploadFileNewProcess") { //Add Audit Log $ogetProcess = new Process(); $getprocess=$ogetProcess->load($oData->process['PRO_UID']); - print_r($getprocess); $nameProcess=$getprocess['PRO_TITLE']; G::auditLog("ImportProcess", 'PM File Imported '.$nameProcess. ' ('.$oData->process['PRO_UID'].')');