mirror of
git://git.proxmox.com/git/pve-common.git
synced 2025-01-24 14:03:35 +03:00
SectionConfig.pm: sort type enum
So that we can better detect API changes.
This commit is contained in:
parent
b546f33e58
commit
08aa41d725
@ -184,7 +184,7 @@ sub init {
|
||||
}
|
||||
|
||||
$propertyList->{type}->{type} = 'string';
|
||||
$propertyList->{type}->{enum} = [keys %$plugins];
|
||||
$propertyList->{type}->{enum} = [sort keys %$plugins];
|
||||
}
|
||||
|
||||
sub lookup {
|
||||
|
Loading…
x
Reference in New Issue
Block a user