mirror of
https://git.proxmox.com/git/pve-common
synced 2025-07-27 22:32:03 +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);
|
my (@optional, @required);
|
||||||
foreach my $key (sort keys %$schema) {
|
foreach my $key (sort keys %$schema) {
|
||||||
my $entry = $schema->{$key};
|
my $entry = $schema->{$key};
|
||||||
|
next if $entry->{alias};
|
||||||
next if !$entry->{format_description} &&
|
next if !$entry->{format_description} &&
|
||||||
!$entry->{typetext} &&
|
!$entry->{typetext} &&
|
||||||
!$entry->{enum} &&
|
!$entry->{enum} &&
|
||||||
|
Loading…
Reference in New Issue
Block a user