mirror of
				https://github.com/webmasterskaya/joomla-oauth-server.git
				synced 2025-10-31 20:03:21 +03:00 
			
		
		
		
	Добавил поля в ClientsModel
This commit is contained in:
		
							parent
							
								
									6de591a03d
								
							
						
					
					
						commit
						2e2f7e627b
					
				| @ -96,7 +96,7 @@ class ClientsModel extends ListModel | ||||
| 
 | ||||
|         $query = $db->getQuery(true); | ||||
| 
 | ||||
|         $query->select(['client.id', 'client.name', 'client.secret', 'client.identifier', 'client.public', 'client.redirect_uri', 'client.allow_plain_text_pkce']) | ||||
|         $query->select(['client.id', 'client.name', 'client.secret', 'client.identifier', 'client.public', 'client.redirect_uris', 'client.allow_plain_text_pkce', 'client.scopes', 'client.grants']) | ||||
|             ->from($db->qn('#__webmasterskaya_oauthserver_clients', 'client')); | ||||
| 
 | ||||
|         // Filter by search state
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Artem Vasilev
						Artem Vasilev