Closed (works as designed)
Project:
Drupal core
Version:
7.0-alpha7
Component:
field_ui.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Sep 2010 at 23:41 UTC
Updated:
20 Oct 2010 at 13:30 UTC
When messing around with the drupal 7 core fields, I ran into some problems.
I would like to add a list-field to comments. This list-field needs to be populated through the 'allowed list values'-box.
With the php-filter module enabled, it looks like it wont give me the choice to use php code to create values.
The basic idea is:
when adding content -> 2 text_fields filled in by the author.
Comments fields -> list_field populated with the two values from the two text fields.
So I need to fetch the values (from the db) of those fields and put it in the list.
Is this possible?
Thx in advance.
Comments
Comment #1
indigoblue commentedI've seen the same issue. No php code option for select list widget. Module enabled etc. This functionality was available in D6 so I think this is a bug. I've changed the category from support request to bug report.
Comment #2
yched commentedThis functionality has been left out of core. For now, it's provided by the D7 cck.module in CCK HEAD.