mirror of https://gitee.com/bigwinds/arangodb
parent
b09ab0657e
commit
ce0f17d1eb
|
@ -1,6 +1,9 @@
|
|||
devel
|
||||
-----
|
||||
|
||||
* fixed issue #8841: Graph Viewer dropped ability to edit an edge after
|
||||
rerendering.
|
||||
|
||||
* upgraded arangodb starter version to 0.14.3
|
||||
|
||||
* ArangoQueryStreamCursor.prototype.id needs to be a string, v8 32 bit integers
|
||||
|
|
|
@ -339,6 +339,8 @@
|
|||
if (nodeStart) {
|
||||
config[combinedName].nodeStart = nodeStart;
|
||||
}
|
||||
// enable edge editing by default (as this was an option in the past)
|
||||
config[combinedName].edgeEditable = 'true';
|
||||
|
||||
var callback = function () {
|
||||
self.lastConfigChange = new Date();
|
||||
|
|
Loading…
Reference in New Issue