From 771d18f5c7be2055f0c9012f7f921f6d5f6337db Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Fri, 18 Sep 2015 08:51:09 +0200 Subject: [PATCH 1/1] createSchema: include type property --- src/PVE/SectionConfig.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/src/PVE/SectionConfig.pm b/src/PVE/SectionConfig.pm index be13056..71d296e 100644 --- a/src/PVE/SectionConfig.pm +++ b/src/PVE/SectionConfig.pm @@ -68,7 +68,6 @@ sub createSchema { }; foreach my $p (keys %$propertyList) { - next if $p eq 'type'; if (!$propertyList->{$p}->{optional}) { $props->{$p} = $propertyList->{$p}; next; -- 2.39.2