This module is useful when you want to give users of certain role the rights to add the values in the field of type "select list", without giving them the permission to "Administer content type" which would be dangerous to give to non-developers especially clients.
Link of my sandbox project
https://drupal.org/sandbox/ashishdrupal/2166215
git clone --branch 7.x-1.x http://git.drupal.org/sandbox/ashishdrupal/2166215.git allowed_value_list
Reviews of links
http://drupal.stackexchange.com/questions/50151/how-to-programmatically-...
| Comment | File | Size | Author |
|---|---|---|---|
| Field select form | Field editor 2014-03-01 12-43-13.png | 27.35 KB | drupalbabaji | |
| 2.png | 14.85 KB | drupalbabaji | |
| #1 | 3.png | 10.74 KB | drupalbabaji |
Comments
Comment #1
drupalbabaji commentedComment #2
drupalbabaji commentedComment #3
PA robot commentedThere are some errors reported by automated review tools, did you already check them? See http://pareview.sh/pareview/httpgitdrupalorgsandboxashishdrupal2166215git
We are currently quite busy with all the project applications and we prefer projects with a review bonus. Please help reviewing and put yourself on the high priority list, then we will take a look at your project right away :-)
Also, you should get your friends, colleagues or other community members involved to review this application. Let them go through the review checklist and post a comment that sets this issue to "needs work" (they found some problems with the project) or "reviewed & tested by the community" (they found no major flaws).
I'm a robot and this is an automated message from Project Applications Scraper.
Comment #4
drupalbabaji commentedComment #5
drupalbabaji commentedComment #6
prabeen.giri commentedHi,
On your install file , I did not understand why are you using hook_disable instead of hook_uninsatll. In most of the cases, hook_uninstall should be used to delete the variables that are created.
Comment #7
drupalbabaji commentedComment #8
drupalbabaji commentedComment #9
drupalbabaji commentedHi prabeen
Deleting variables in hook_disable is my requirement, i want that as user disable module all variables should delete. I am using these variables to check checkboxes by default and i do not want if user re enable module will find checkboxes checked by previous configuration.
Comment #10
stred commentedHi drupalbabaji,
Here is my review
the title of this issue should be [D7]allowed-value-list ...
the Wish List Features is clear... but from my point of view greatly limit the use of the module...
typo in .admin.inc 155 Permssion edited
+ a lot of others, in comments as well
you should manage to get a fully featured module because to be able to only add new values is not very useful. your module should manage edit and delete items as well, it's a pity.
Comment #11
drupalbabaji commentedComment #12
PA robot commentedClosing due to lack of activity. If you are still working on this application, you should fix all known problems and then set the status to "Needs review". (See also the project application workflow).
I'm a robot and this is an automated message from Project Applications Scraper.