mirror of https://gitee.com/bigwinds/arangodb
Bug fix/internal issue 2150 (#4971)
This commit is contained in:
parent
f49f8ae397
commit
c09c8c5d57
|
@ -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
|
||||
|
|
|
@ -1063,6 +1063,7 @@
|
|||
|
||||
var counter = 0;
|
||||
|
||||
this.checkForNewBindParams();
|
||||
_.each(this.bindParamTableObj, function (val, key) {
|
||||
$('#arangoBindParamTable tbody').append(
|
||||
'<tr>' +
|
||||
|
|
Loading…
Reference in New Issue