mirror of
https://git.proxmox.com/git/pve-common
synced 2025-07-27 10:01:38 +00:00
generate_typetext: avoid warning with aliases
This commit is contained in:
parent
ed258d2884
commit
8506c60dba
@ -50,6 +50,7 @@ sub generate_typetext {
|
||||
my (@optional, @required);
|
||||
foreach my $key (sort keys %$schema) {
|
||||
my $entry = $schema->{$key};
|
||||
next if $entry->{alias};
|
||||
next if !$entry->{format_description} &&
|
||||
!$entry->{typetext} &&
|
||||
!$entry->{enum} &&
|
||||
|
Loading…
Reference in New Issue
Block a user