Merge remote-tracking branch 'origin/QA_4_3' into QA_4_3
This commit is contained in:
commit
7ff93c1bd2
@ -2520,6 +2520,12 @@ AJAX.registerOnload('functions.js', function () {
|
||||
|
||||
//Refresh navigation as a new table has been added
|
||||
PMA_reloadNavigation();
|
||||
|
||||
// Redirect to table structure page on creation of new table
|
||||
var params_12 = 'ajax_request=true&ajax_page_request=true';
|
||||
params_12 += AJAX.cache.menus.getRequestParam();
|
||||
tblStruct_url = 'tbl_structure.php?db='+ data._params.db + '&token='+data._params.token +'&goto=db_structure.php&table='+data._params.table+'';
|
||||
$.get(tblStruct_url, params_12, AJAX.responseHandler);
|
||||
} else {
|
||||
PMA_ajaxShowMessage(
|
||||
'<div class="error">' + data.error + '</div>',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user