mirror of
https://git.proxmox.com/git/pve-access-control
synced 2025-06-10 04:44:53 +00:00
properly register pve-poolid format
was erroneously registered as verify_groupname, overriding the previous registration
This commit is contained in:
parent
3dadf8cf6d
commit
16e50b59f9
@ -564,7 +564,7 @@ sub verify_rolename {
|
||||
return $rolename;
|
||||
}
|
||||
|
||||
PVE::JSONSchema::register_format('pve-poolid', \&verify_groupname);
|
||||
PVE::JSONSchema::register_format('pve-poolid', \&verify_poolname);
|
||||
sub verify_poolname {
|
||||
my ($poolname, $noerr) = @_;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user