From e1afee9e628b2462ac87aaa4815ab9df548faffc Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Thu, 18 Oct 2012 23:15:10 +0530 Subject: [PATCH] bug #3577443 [edit] "Browse foreign values" does not show on ajax edit --- ChangeLog | 1 + js/tbl_change.js | 3 --- libraries/insert_edit.lib.php | 6 +++--- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4654b498ce..1546f15ccc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -46,6 +46,7 @@ VerboseMultiSubmit, ReplaceHelpImg + [interface] Autoselect username input on cookie login page - bug #3563799 [interface] Grid editing destroying huge amount of data + [import] Remove support for the unactive docSQL import format +- bug #3577443 [edit] "Browse foreign values" does not show on ajax edit 3.5.4.0 (not yet released) - bug #3570212 [edit] uuid_short() is a no-arguments function diff --git a/js/tbl_change.js b/js/tbl_change.js index 31dc13321f..97db3db04f 100644 --- a/js/tbl_change.js +++ b/js/tbl_change.js @@ -257,9 +257,6 @@ $(function() { $null_checkbox.prop('checked', false); }); - // these were hidden via the "hide" class - $('a.foreign_values_anchor').show(); - /** * Handles all current checkboxes for Null; this only takes care of the * checkboxes on currently displayed rows as the rows generated by diff --git a/libraries/insert_edit.lib.php b/libraries/insert_edit.lib.php index 0714048077..728a9831c6 100644 --- a/libraries/insert_edit.lib.php +++ b/libraries/insert_edit.lib.php @@ -755,7 +755,7 @@ function PMA_getForeignLink($column, $backup_field, $column_name_appendix, . 'id="field_' . ($idindex) . '_3" ' . 'value="' . htmlspecialchars($data) . '" />'; - $html_output .= '