Merge branch 'ent-8524-se-pueden-crear-respuestas-de-eventos-sin-nombre' into 'develop'

Event response creation name required

See merge request artica/pandorafms!4685
This commit is contained in:
Daniel Rodriguez 2022-03-08 15:33:57 +00:00
commit 24da0283ee
1 changed files with 2 additions and 0 deletions

View File

@ -90,6 +90,8 @@ $data[1] = html_print_input_text(
'',
50,
255,
true,
false,
true
);
$data[1] .= html_print_input_hidden('id_response', $event_response['id'], true);