yes, it did work ! why ?
On Sat, May 14, 2011 at 2:09 PM, Anthony <[email protected]> wrote: > On Saturday, May 14, 2011 8:51:40 AM UTC-4, sebastian wrote: >> >> >> db.dog.owner.requires = [IS_EMPTY_OR(IS_IN_DB(db,'auth_user.id'))] >> > >> would make the drop down menu disappear... >> > > Do you get the drop down menu back if you take the validator out of the > list: > > db.dog.owner.requires = IS_EMPTY_OR(IS_IN_DB(db,'auth_user.id')) > > Anthony > -- Sebastian E. Ovide

