Subject: | it is not possible to figure out for which column update is |
__PACKAGE__->add_columns(
,listener1 => {
dynamic_default_on_update => 'sl'
}
,listener2 => {
dynamic_default_on_update => 'sl'
}
)
When my method 'sl' is invoked, I can not figureout which column is updated now: listener1 or listener2
It will be good, if you pass to the callback as first argument the name of column being updated