1
0
Fork 0

Bug fix/internal issue 2150 (#4971)

This commit is contained in:
Heiko 2018-04-13 11:12:54 +02:00 committed by Jan
parent f49f8ae397
commit c09c8c5d57
2 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,8 @@
devel
-----
* fix internal issue #2150: UI - loading a saved query does not update the list of bind parameters
* fix issue #4582: UI query editor now supports usage of empty string as bind parameter value
* removed option `--cluster.my-local-info` in favor of persisted server UUIDs

View File

@ -1063,6 +1063,7 @@
var counter = 0;
this.checkForNewBindParams();
_.each(this.bindParamTableObj, function (val, key) {
$('#arangoBindParamTable tbody').append(
'<tr>' +