Merge branch 'ent-3688-7704-no-cambia-el-propietario-del-evento-en-event-response' into 'develop'

Resolved

See merge request artica/pandorafms!2251

Former-commit-id: dc092a97b35022dd846775568df9fca1e332022a
This commit is contained in:
Daniel Rodriguez 2019-04-03 18:47:52 +02:00
commit 1c4765f4f5
1 changed files with 1 additions and 2 deletions

View File

@ -3167,8 +3167,7 @@ function events_page_general($event)
$table_general->data[] = $data;
$event['owner_user'] = $event['id_usuario'];
// $event['owner_user'] = $event['id_usuario'];
$data = [];
$data[0] = __('Owner');
if (empty($event['owner_user'])) {