This is more a note to myself than anyone else, but if anyone else gets to it first (I'm still on vacation traveling for another week), we need a unit test for this.
Ethan On Wed, Jun 9, 2010 at 6:48 AM, <[email protected]> wrote: > Author: rhirsch > Date: Wed Jun 9 13:48:49 2010 > New Revision: 953005 > > URL: http://svn.apache.org/viewvc?rev=953005&view=rev > Log: > [ESME-200] GET /users/actions don't retrieve disabled actions > Fixed error > > Modified: > > incubator/esme/trunk/server/src/main/scala/org/apache/esme/model/User.scala > > Modified: > incubator/esme/trunk/server/src/main/scala/org/apache/esme/model/User.scala > URL: > http://svn.apache.org/viewvc/incubator/esme/trunk/server/src/main/scala/org/apache/esme/model/User.scala?rev=953005&r1=953004&r2=953005&view=diff > > ============================================================================== > --- > incubator/esme/trunk/server/src/main/scala/org/apache/esme/model/User.scala > (original) > +++ > incubator/esme/trunk/server/src/main/scala/org/apache/esme/model/User.scala > Wed Jun 9 13:48:49 2010 > @@ -301,7 +301,6 @@ class User extends KeyedMapper[Long, Use > > def performingwithdisabled: List[Action] = > Action.findAll(By(Action.user, this), > - By(Action.disabled, true), > By(Action.removed, false), > OrderBy(Action.id, Ascending)) > > > >
