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:
commit
24da0283ee
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue