mirror of
				https://github.com/webmasterskaya/joomla-oauth-server.git
				synced 2025-10-31 11:53:22 +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->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')); | ||||
| 
 | ||||
|         // Filter by search state
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user