1
0
Fork 0

Bug fix/issue 8841 (#8979)

* fixed issue 8841

* changelog
This commit is contained in:
Heiko 2019-05-13 13:51:18 +02:00 committed by Michael Hackstein
parent b09ab0657e
commit ce0f17d1eb
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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();