On Mon, Oct 10, 2011 at 5:38 PM, Cliff <[email protected]> wrote: > Anthony, > > I don't want multiple values. I just want one of those values.
If you want only one value, why are you using list:string?
change to
Field('status', 'string'),
On Mon, Oct 10, 2011 at 5:38 PM, Cliff <[email protected]> wrote: > Anthony, > > I don't want multiple values. I just want one of those values.
If you want only one value, why are you using list:string?
change to
Field('status', 'string'),