Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js/pmd
diff options
context:
space:
mode:
authorMadhura Jayaratne <madhura.cj@gmail.com>2015-06-24 14:34:12 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-06-24 14:34:12 +0300
commit77a0b44fc3e0d2126993da0affd2801147fb7642 (patch)
tree0f222b63df8d9fdc546fa5bf9c81302d5354c497 /js/pmd
parentbe31498242da9d9ec6e901bfd04901dacbd1f634 (diff)
parenta0beb6da88b88f8bcb4c64802fcb704c17cb6d06 (diff)
Merge branch 'QA_4_4'
Conflicts: libraries/db_designer.lib.php
Diffstat (limited to 'js/pmd')
-rw-r--r--js/pmd/history.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/pmd/history.js b/js/pmd/history.js
index 03a02b4883..6edadd7af6 100644
--- a/js/pmd/history.js
+++ b/js/pmd/history.js
@@ -191,6 +191,7 @@ function history_edit(index)
document.getElementById('query_having').style.display = 'block';
}
if (type == "Rename") {
+ document.getElementById('e_rename').value = history_array[index].get_obj().getrename_to();
document.getElementById('query_rename_to').style.left = '530px';
document.getElementById('query_rename_to').style.top = '130px';
document.getElementById('query_rename_to').style.position = 'absolute';
@@ -199,6 +200,7 @@ function history_edit(index)
document.getElementById('query_rename_to').style.display = 'block';
}
if (type == "Aggregate") {
+ document.getElementById('e_operator').value = history_array[index].get_obj().get_operator();
document.getElementById('query_Aggregate').style.left = '530px';
document.getElementById('query_Aggregate').style.top = '130px';
document.getElementById('query_Aggregate').style.position = 'absolute';