Page 1 of 1

Turn off "Other..." in valuelist

PostPosted: Mon May 14, 2012 11:21 am
by jimr451
For the life of me I can't figure this out.

I have a simple valuelist, defined as a simple sql in the valuelists.ini file:

Code: Select all
__sql__ = "SELECT id, title FROM categories ORDER BY title"


It works and shows me the drop down, but has the annoying "Other..." which allows the user to add new categories to the database. I don't want them adding new categories from this spot - How can I turn this off? I've tried setting permissions, turning off "add new related record", etc. Nothing works. I'm just trying to to turn off the "Other..." link there, that's all!

Any ideas?

-Jim

Re: Turn off "Other..." in valuelist

PostPosted: Tue May 15, 2012 1:13 am
by fantomasdm
me too!!!

Re: Turn off "Other..." in valuelist

PostPosted: Tue May 15, 2012 9:57 am
by shannah

Re: Turn off "Other..." in valuelist

PostPosted: Tue May 15, 2012 11:32 am
by jimr451
Thanks!