Skip Menu |

This queue is for tickets about the DBIx-Class-DynamicDefault CPAN distribution.

Report information
The Basics
Id: 91256
Status: new
Priority: 0/
Queue: DBIx-Class-DynamicDefault

People
Owner: Nobody in particular
Requestors: SKAUFMAN [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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.