ListAdmin

Categories

Component ID

1843042

Component name

ListAdmin

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

Allow users with permissions to edit specific select lists' possible values. I wrote this module as a way to let a client add available options to a select list. Reworking the fields to be taxonomy-based was not an option, unfortunately.

Currently it will let users ADD items to list fields (to suit my immediate needs).

The fields are validated to make sure they key type is correct. For example, list(integer) fields should only accept integer key values. The fields are also validated to make sure the user doesn't try to add a key that already exists.