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:
parent
334490d878
commit
fa7437a445
3 changed files with 65 additions and 23 deletions
|
@ -34,7 +34,7 @@ dbapi.loadUser = function(email) {
|
|||
|
||||
dbapi.loadGroup = function(email) {
|
||||
return db.run(r.table('devices').getAll(email, {
|
||||
index: 'ownerEmail'
|
||||
index: 'owner'
|
||||
}))
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue