mirror of https://github.com/jumpserver/jumpserver
Merge pull request #9921 from jumpserver/pr@dev@fix_remoteapp_privileged_account
fix: 远程应用特权用户不生效问题pull/9924/head
commit
6a9e013f2f
|
@ -224,6 +224,7 @@ class ConnectionToken(JMSOrgBaseModel):
|
||||||
'su_from': account.su_from,
|
'su_from': account.su_from,
|
||||||
'org_id': account.org_id
|
'org_id': account.org_id
|
||||||
}
|
}
|
||||||
|
data['privileged'] = account.privileged
|
||||||
return Account(**data)
|
return Account(**data)
|
||||||
|
|
||||||
@lazyproperty
|
@lazyproperty
|
||||||
|
|
Loading…
Reference in New Issue