Closed (outdated)
Project:
Field Permissions
Version:
7.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
30 Mar 2011 at 20:40 UTC
Updated:
25 May 2021 at 01:25 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
nguyentran commentedHow to use and save value, thanks.
Comment #2
robloachTurns out field_ui_field_settings_form() only calls hook_field_settings_form() for the module that creates the field. This seems like a core bug as it means modules outside the field defining module can have field settings.
Comment #3
robloachWhoops, here's the patch.
Comment #4
robloachNeeds to be postponed until Drupal 8 :-( .... #1308860: Allow modules to alter fields settings hook
Comment #5
mariacha1 commented