You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@esme.apache.org by Ethan Jewett <es...@gmail.com> on 2010/06/09 18:10:13 UTC

Re: svn commit: r953005 - /incubator/esme/trunk/server/src/main/scala/org/apache/esme/model/User.scala

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, <rh...@apache.org> 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))
>
>
>
>

Re: svn commit: r953005 - /incubator/esme/trunk/server/src/main/scala/org/apache/esme/model/User.scala

Posted by Richard Hirsch <hi...@gmail.com>.
created a JIRA item for the test:
https://issues.apache.org/jira/browse/ESME-225

On Wed, Jun 9, 2010 at 6:10 PM, Ethan Jewett <es...@gmail.com> wrote:

> 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, <rh...@apache.org> 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))
> >
> >
> >
> >
>