Subject: | DBIx::Class::DynamicDefault doesn't pass along args to next::method in update |
I'm using 'FilterColumn' which relies on reading the $attrs in update.
DynamicDefault doesn't pass along the @_ to next::method:
https://metacpan.org/source/MSTROUT/DBIx-Class-DynamicDefault-0.04/lib/DBIx/Class/DynamicDefault.pm#L127
I'm not sure if this was intentional or not.
The easy "fix" for me would be changing the order of the components so FilterColumns ->update runs first, but seems like it should just pass along @_ like insert does.