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:
commit
1ee2e94766
|
@ -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"');
|
||||||
|
|
Loading…
Reference in New Issue