Closed (fixed)
Project:
CCK Field Privacy
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Aug 2009 at 12:57 UTC
Updated:
21 Aug 2009 at 21:50 UTC
i dont get a padlock for the cck email field under normal (default) circumstances
theres a fix reported here http://drupal.org/node/344120 and supposedly it got into the -dev release, i think im undoing this fix to make it work
remove the special handling for the email cck field in cck_field_privacy.module line 231, after doing this i get the normal behaviour..
.........
switch ($fieldtypes[$field]['widget']['type']) {
// treats special cases separately :
// $form['#field_info'][$field]['widget']['label'] used insted of ['#title']
// some other CCK fields should be treated here
// TODO : do not work for date fields if end dates or repetitions are set
// case "email_textfield" : << REMOVED THIS
case "date_select" :
.........
Comments
Comment #1
obsidiandesign commentedCommitted to the -dev branch. Thanks for bringing this to my attention.
Bryan O'Shea