mostly working definition roles
This commit is contained in:
parent
12fcdf201f
commit
a5f54a7910
4 changed files with 4 additions and 6 deletions
|
|
@ -57,7 +57,7 @@ sub add_property {
|
|||
my $prop_meta_roles = $self->property_metaroles;
|
||||
my $prop_meta = $self->_property_metaclass;
|
||||
for my $key ( keys %options ) {
|
||||
if ( ! $prop_meta->meta->find_attribute_by_name($key) ) {
|
||||
if ( ! $prop_meta->find_attribute_by_name($key) ) {
|
||||
$form_options{$key} = delete $options{$key};
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue