We have a controlled access app for editing tables.
What's the most straightforward way to disable all 'Other(Add)' functionality in a given app wherever the Select widget lookup is used?
I looked for a preference that might control this, but I must be barking up the wrong tree.
OK may have found it
http://xataface.com/wiki/fields.ini_file
editvalues? Used with select lists to allow users to add values to the select list. E.g. editvalues=1
- well wrongo - it does not seem to matter which value I have, 1 or 0 - I still get the 'other' option and it works...
fields.ini
- Code: Select all
[codigo_pais]
widget:type = select
vocabulary = pais
editvalues = 0
I "thought" thi swould suppress the 'Other'
Thanks for any all all suggestions.