formConfirm: pass action even when not confirming
This commit is contained in:
parent
36fdee3337
commit
80ed7af114
@ -4382,7 +4382,7 @@ class Form
|
||||
$dialogconfirm .= '-'.$button;
|
||||
}
|
||||
$pageyes = $page.(preg_match('/\?/', $page) ? '&' : '?').'action='.$action.'&confirm=yes';
|
||||
$pageno = ($useajax == 2 ? $page.(preg_match('/\?/', $page) ? '&' : '?').'confirm=no' : '');
|
||||
$pageno = ($useajax == 2 ? $page.(preg_match('/\?/', $page) ? '&' : '?').'action='.$action.'&confirm=no' : '');
|
||||
// Add input fields into list of fields to read during submit (inputok and inputko)
|
||||
if (is_array($formquestion))
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user