Experimental project

This is a sandbox project, which contains experimental code for developer use only.

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.

Project information