ProcessMaker-MA "Web Entry (fix)"
- Se ha agregado un fix, al tratar de hacer el update en la tabla EVENT
This commit is contained in:
@@ -456,7 +456,7 @@ class WebEntry
|
||||
}
|
||||
|
||||
//Event
|
||||
try {
|
||||
if ($weEventUid != "") {
|
||||
$event = new \Event();
|
||||
|
||||
$arrayEventData = array();
|
||||
@@ -467,8 +467,6 @@ class WebEntry
|
||||
$arrayEventData["EVN_CONDITIONS"] = $usrUsername;
|
||||
|
||||
$result = $event->update($arrayEventData);
|
||||
} catch (\Exception $e2) {
|
||||
//
|
||||
}
|
||||
|
||||
//Data
|
||||
|
||||
Reference in New Issue
Block a user