mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Change the kwarg names to be more specific
This commit is contained in:
parent
40f7e596d8
commit
41ba309839
1 changed files with 2 additions and 2 deletions
|
@ -759,9 +759,9 @@ class LowDataAdapter(object):
|
|||
if token:
|
||||
chunk['token'] = token
|
||||
if cherrypy.session.get('user'):
|
||||
chunk['__user__'] = cherrypy.session.get('user')
|
||||
chunk['__current_eauth_user'] = cherrypy.session.get('user')
|
||||
if cherrypy.session.get('groups'):
|
||||
chunk['__groups__'] = cherrypy.session.get('groups')
|
||||
chunk['__current_eauth_groups'] = cherrypy.session.get('groups')
|
||||
|
||||
if client:
|
||||
chunk['client'] = client
|
||||
|
|
Loading…
Add table
Reference in a new issue