-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
The following error messages occur when generating abstracts for items that have have a dimension badge box:
Odd number of elements in hash assignment at (eval 109) line 47.
Use of uninitialized value $attrs[4] in list assignment at (eval 109) line 47.
This is due to the following line:
| (defined $self->param( 'data_attributes' ) ? %{$self->param( 'data_attributes' )} : undef ), |
Rather than using
undef if the a data_attributes param is undefined, () (i.e. an empty hash) should be used to ensure there is an even number of elements.Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working