<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.18.3">
</HEAD>
<BODY>
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.<BR>
<BR>
This is due to a missing method called ACLEquivalenceObjects in /opt/rt3/local/lib/RTx/AssetTracker/System.pm.<BR>
<BR>
I added this and it restored functionality of both Batch and Grid updates:<BR>
<BR>
sub ACLEquivalenceObjects {<BR>
    my $self = shift;<BR>
    return $self;<BR>
<BR>
}<BR>
<BR>
Otherwise, Asset Tracker works great in 3.8.3 so far.<BR>
<BR>
-Bob
</BODY>
</HTML>