ProcessMaker-BE "Group (fixes)"

- Se agrego validacion al elminar un grupo (si el grupo esta asignado a una tarea)
- Otros improvements tambien se realizaron
This commit is contained in:
Victor Saisa Lopez
2014-06-23 12:56:23 -04:00
parent d750cd9902
commit 04564c11c3
6 changed files with 41 additions and 42 deletions

View File

@@ -105,8 +105,6 @@ class Bpmn extends Handler
// setting defaults
$data['PRJ_UID'] = array_key_exists('PRJ_UID', $data) ? $data['PRJ_UID'] : Common::generateUID();
unset($data["PRJ_UPDATE_DATE"]);
self::log("Create Project with data: ", $data);
$this->project = new Project();
$this->project->fromArray($data, BasePeer::TYPE_FIELDNAME);