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