Closed (outdated)
Project:
Conditional Fields
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Apr 2010 at 18:53 UTC
Updated:
30 Mar 2016 at 21:16 UTC
Jump to comment: Most recent
Comments
Comment #1
mani.atico commented+1
Comment #2
m_z commented+2 ;-)
Is anybody working on a solution towards this direction.
I think this is a much cleaner approach than the patch in http://drupal.org/node/368143
@Maintainer (peterpoe): What is your opinion on this approach? Can you modifiy Conditional Fields code in this direction? Or would you at least create a new release after somebody else created a patch?
Comment #3
peterpoe commentedThis would be nice, but:
- hook_widget_settings_alter() does not include the node type in the arguments, which is needed by cf for its settings. We could grab it from the url, but it's a very ugly solution
- some of that form alteration code is shared with fieldgroups settings, which have no such hook
Comment #4
peterpoe commented