Hi,
I'm wondering if it's possible to make use of noderelationship extras on locked CCK content types (or was there a reason for restricting the use). I've got a cck field that I define through content_field_instance_create which is locked but I'd like to still be able to use noderelationships with it. Another option would be to have some form of API through which noderelationships could be defined, but for my purposes this 1 line patch works. (patch applies to noderelationships.inc)

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

markus_petrux’s picture

Status: Active » Reviewed & tested by the community

Good point. I'll commit this later.

For everyone's reference, here's the history of the locked attribute of CCK fields:

- #289138: Locked field support.

kehan’s picture

ooh thanks! (or is it considered rude to thank people in issues?)
K

markus_petrux’s picture

Status: Reviewed & tested by the community » Fixed

Thanks to you for pointing this out. :)

Committed to CVS.

http://drupal.org/cvs?commit=284924

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.