Last Updated, transaction

I’ve modified my RT::Action::EscalatePriority to not log a transaction
as this would be run daily and get pretty messy over time.

I have a question though, using _Set or some other method is it possible
for it to not update LastUpdated and LastUpdatedBy as there is no
recorded transaction it simply adds confusion

Looking at Record.pm it doesn’t seem possible, at least not the same way
the arg RecordTransaction. Is it possible to set $self->_Accessible(
‘LastUpdated’, ‘auto’ ) or $attribs{‘LastUpdated’} to non auto on the fly?

Thanks for your time.
Curtis

Look at lib/RT/Action/LinearEscalate.pm in RT 3.8On Fri, Aug 14, 2009 at 9:03 PM, Curtis Bruneaucurtisb@vianet.ca wrote:

I’ve modified my RT::Action::EscalatePriority to not log a transaction
as this would be run daily and get pretty messy over time.

I have a question though, using _Set or some other method is it possible
for it to not update LastUpdated and LastUpdatedBy as there is no
recorded transaction it simply adds confusion

Looking at Record.pm it doesn’t seem possible, at least not the same way
the arg RecordTransaction. Is it possible to set $self->_Accessible(
‘LastUpdated’, ‘auto’ ) or $attribs{‘LastUpdated’} to non auto on the fly?

Thanks for your time.
Curtis


List info: The rt-devel Archives

Best regards, Ruslan.