parent
e999aeeab8
commit
45765d2e19
1 changed files with 2 additions and 2 deletions
|
@ -960,7 +960,7 @@ function clientSelectControl($scope, realm, Client) {
|
||||||
Client.query({realm: realm, search: true, clientId: query.term.trim(), max: 20}, function(response) {
|
Client.query({realm: realm, search: true, clientId: query.term.trim(), max: 20}, function(response) {
|
||||||
query.callback({ results: response.map(function (client) {
|
query.callback({ results: response.map(function (client) {
|
||||||
return { id: client.id, text: client.clientId }
|
return { id: client.id, text: client.clientId }
|
||||||
});
|
})});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue