1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-04 02:09:32 +02:00

Add more advanced filtering to the device tracker. Make the group tracker work properly.

This commit is contained in:
Simo Kinnunen 2014-04-08 13:48:07 +09:00
parent 334490d878
commit fa7437a445
3 changed files with 65 additions and 23 deletions

View file

@ -34,7 +34,7 @@ dbapi.loadUser = function(email) {
dbapi.loadGroup = function(email) {
return db.run(r.table('devices').getAll(email, {
index: 'ownerEmail'
index: 'owner'
}))
}