replace Userid with Authid
in most generic places. this is accompanied by a change in RpcEnvironment to purposefully break existing call sites. Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
committed by
Wolfgang Bumiller
parent
e10c5c74f6
commit
e6dc35acb8
@ -53,7 +53,7 @@ Ext.define('PBS.config.ACLView', {
|
||||
'delete': 1,
|
||||
path: rec.data.path,
|
||||
role: rec.data.roleid,
|
||||
userid: rec.data.ugid,
|
||||
auth_id: rec.data.ugid,
|
||||
},
|
||||
callback: function() {
|
||||
me.reload();
|
||||
|
@ -40,7 +40,7 @@ Ext.define('PBS.window.ACLEdit', {
|
||||
{
|
||||
xtype: 'pbsUserSelector',
|
||||
fieldLabel: gettext('User'),
|
||||
name: 'userid',
|
||||
name: 'auth_id',
|
||||
allowBlank: false,
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user