Fix copy table to another database, the select can be an input when the DB count is > $cfg['MaxDbList']
See: Operations::getHtmlForCopytable Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
parent
8f61348781
commit
a5e8cf8553
@ -30,7 +30,7 @@ AJAX.registerOnload('table/operations.js', function () {
|
||||
if ($form.find('input[name=\'switch_to_new\']').prop('checked')) {
|
||||
CommonParams.set(
|
||||
'db',
|
||||
$form.find('select[name=\'target_db\']').val()
|
||||
$form.find('select[name=\'target_db\'],input[name=\'target_db\']').val()
|
||||
);
|
||||
CommonParams.set(
|
||||
'table',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user