10000 Fixed Frontend tests · lethalbrains/arangodb@6c7abc7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6c7abc7

Browse files
committed
Fixed Frontend tests
1 parent 4e20eea commit 6c7abc7

File tree

4 files changed

+278
-329
lines changed

4 files changed

+278
-329
lines changed

js/apps/system/_admin/aardvark/APP/frontend/js/collections/arangoDatabase.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
$.ajax({
5757
type: "GET",
5858
cache: false,
59-
url: "/_api/database/user",
59+
url: this.url + "/user",
6060
contentType: "application/json",
6161
processData: false,
6262
async: false,
@@ -67,7 +67,7 @@
6767
returnVal = [];
6868
}
6969
});
70-
return returnVal;
70+
return returnVal.sort();
71 448A 71
},
7272

7373
createDatabaseURL: function(name, protocol, port) {

0 commit comments

Comments
 (0)
0