[rt-users] RT 3.8.3 and AT 1.2.4b1 - Batch and Grid updates broken
BJ Blanchard
blabj at dainty.ca
Tue Jun 2 15:56:07 EDT 2009
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20090602/15dd4e2e/attachment.htm>
More information about the rt-users
mailing list