There are no dialogs for changing/adding columns of a table
This commit is contained in:
parent
393e8cdc0a
commit
fb6af7bafa
@ -3864,11 +3864,6 @@ $(function () {
|
||||
$("#sqlqueryresults").html(data.sql_query);
|
||||
$("#result_query .notice").remove();
|
||||
$("#result_query").prepend(data.message);
|
||||
if ($("#change_column_dialog").length > 0) {
|
||||
$("#change_column_dialog").dialog("close").remove();
|
||||
} else if ($("#add_columns").length > 0) {
|
||||
$("#add_columns").dialog("close").remove();
|
||||
}
|
||||
/* Reload the field form */
|
||||
if ($("#fieldsForm").length) {
|
||||
reloadFieldForm(data.message);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user