Merge branch 'ent-3748-component-group-creation-not-working-after-delete-component' into 'develop'

Fixed create from bug: added action with refresh url

See merge request artica/pandorafms!2284
This commit is contained in:
Alejandro Fraguas 2019-07-01 10:19:44 +02:00
commit 1ee2e94766
1 changed files with 1 additions and 1 deletions

View File

@ -277,7 +277,7 @@ if (isset($data)) {
} }
echo '<form method="post">'; echo '<form method="post" action='.$url.'>';
echo '<div class="" style="float:right;">'; echo '<div class="" style="float:right;">';
html_print_input_hidden('new', 1); html_print_input_hidden('new', 1);
html_print_submit_button(__('Create'), 'crt', false, 'class="sub next"'); html_print_submit_button(__('Create'), 'crt', false, 'class="sub next"');