From 37eccc8e42f8d6533262d097d702ee7ce92091e3 Mon Sep 17 00:00:00 2001 From: Atul Pratap Singh Date: Tue, 1 Oct 2013 11:45:38 +0530 Subject: [PATCH] Fix bug 4105: More disappears in table Structure --- ChangeLog | 1 + js/tbl_structure.js | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 143399804d..514436309e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -16,6 +16,7 @@ phpMyAdmin - ChangeLog - bug #4074 GIS column editor: point not displayed - bug #4109 Drizzle tables in navigation are shown as views - bug #4095 NUL symbols added to the end of database dump file +- bug #4105 More disappears in table Structure 4.0.7.0 (2013-09-23) - bug #3993 Sorting in database overview with statistics doesn't work diff --git a/js/tbl_structure.js b/js/tbl_structure.js index 7b1433ecd8..2eacccad16 100644 --- a/js/tbl_structure.js +++ b/js/tbl_structure.js @@ -67,6 +67,7 @@ AJAX.registerOnload('tbl_structure.js', function() { .append(data.sql_query) .show(); $("#result_query .notice").remove(); + reloadFieldForm(); $form.remove(); PMA_ajaxRemoveMessage($msg); PMA_reloadNavigation(); @@ -362,9 +363,6 @@ function reloadFieldForm(message) { $("#moveColumns").removeClass("move-active"); /* reinitialise the more options in table */ $('#fieldsForm ul.table-structure-actions').menuResizer(PMA_tbl_structure_menu_resizer_callback); - setTimeout(function() { - PMA_ajaxShowMessage(message); - }, 500); }); $('#page_content').show(); }