projects
/
pve-common.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
createSchema: include type property
[pve-common.git]
/
src
/
PVE
/
SectionConfig.pm
diff --git
a/src/PVE/SectionConfig.pm
b/src/PVE/SectionConfig.pm
index
be13056
..
71d296e
100644
(file)
--- 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;