5
0
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:
Dietmar Maurer 2016-04-30 11:50:55 +02:00
parent b546f33e58
commit 08aa41d725

View File

@ -184,7 +184,7 @@ sub init {
}
$propertyList->{type}->{type} = 'string';
$propertyList->{type}->{enum} = [keys %$plugins];
$propertyList->{type}->{enum} = [sort keys %$plugins];
}
sub lookup {