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: [email protected]
Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
Buy a copy at http://rtbook.bestpractical.com