mirror of
https://github.com/webmasterskaya/joomla-oauth-server.git
synced 2024-11-23 22:34:50 +03:00
add active
field to selection
This commit is contained in:
parent
f76de7bdda
commit
eb2de74d13
@ -115,7 +115,7 @@ class ClientsModel extends ListModel
|
|||||||
|
|
||||||
$query = $db->getQuery(true);
|
$query = $db->getQuery(true);
|
||||||
|
|
||||||
$query->select(['client.id', 'client.name', 'client.secret', 'client.identifier', 'client.public', 'client.scopes', 'client.grants'])
|
$query->select(['client.id', 'client.name', 'client.secret', 'client.identifier', 'client.public', 'client.active', 'client.scopes', 'client.grants'])
|
||||||
->from($db->qn('#__webmasterskaya_oauthserver_clients', 'client'));
|
->from($db->qn('#__webmasterskaya_oauthserver_clients', 'client'));
|
||||||
|
|
||||||
// Filter by search state
|
// Filter by search state
|
||||||
|
Loading…
Reference in New Issue
Block a user