fix allowEmpty and bugs it caused
This commit is contained in:
parent
a829304bae
commit
7f2b6dfc83
4 changed files with 15 additions and 12 deletions
|
|
@ -2340,7 +2340,7 @@ sub update {
|
|||
# next unless (exists $properties->{$property} || exists $definition->{properties}{$property}{defaultValue});
|
||||
# skip a property unless it was specified to be set by the properties field
|
||||
next unless (exists $properties->{$property});
|
||||
my $propertyDefinition = $definition->{property}{$property};
|
||||
my $propertyDefinition = $definition->{properties}{$property};
|
||||
# skip a property if it has the display only flag set
|
||||
next if ($propertyDefinition->{displayOnly});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue