[rt-users] RT 3.8.3 and AT 1.2.4b1 - Batch and Grid updates broken

Ruslan Zakirov ruslan.zakirov at gmail.com
Wed Jun 3 10:08:59 EDT 2009


It's better to return empty list:

sub ACLEquivalenceObjects { return () }

On Tue, Jun 2, 2009 at 11:56 PM, BJ Blanchard <blabj at dainty.ca> wrote:
> For those out there using RT 3.8.2 with Asset Tracker 1.2.4b1 - an upgrade
> to RT 3.8.3 breaks Batch and Grid updates of Assets.
>
> This is due to a missing method called ACLEquivalenceObjects in
> /opt/rt3/local/lib/RTx/AssetTracker/System.pm.
>
> I added this and it restored functionality of both Batch and Grid updates:
>
> sub ACLEquivalenceObjects {
>     my $self = shift;
>     return $self;
>
> }
>
> Otherwise, Asset Tracker works great in 3.8.3 so far.
>
> -Bob
> _______________________________________________
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
>
> Community help: http://wiki.bestpractical.com
> Commercial support: sales at bestpractical.com
>
>
> Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
> Buy a copy at http://rtbook.bestpractical.com
>



-- 
Best regards, Ruslan.



More information about the rt-users mailing list