Closed (fixed)
Project:
Content Construction Kit (CCK)
Version:
6.x-2.2
Component:
userreference.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Feb 2009 at 03:10 UTC
Updated:
30 May 2009 at 16:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
DrDrupal commentedMore info:
- I can just go with one user reference field and configure it to allow two values and things work...but not with two user reference fields.
- The appearance of the link from the content page to a referenced user's profile is very unreliable. It appears at times and not at other time...when it is just rendered as static text. The reverse link is always rendered as a link when it appears.
BTW, this test is being run on a fresh Drupal 6.9 install...fresh database...with only one add-on module - CCK.
Comment #2
yched commentedPlease try with CCK -dev, we fixed a few things in this area.
Do not hesitate to reopen if the problem is still around.
Comment #3
DrDrupal commentedThanks...but I need a fairly stable release. I'll wait for a new drop...and go with a single user reference that allows the admin to select two values for now. That does work.
Thanks again.
Comment #5
markDrupal commentedI've noticed this with the 2.2 release. 4 user reference fields, only last field creates a reverse link on the user's profile.
Comment #6
markDrupal commentedI believe this patch fixes it, you were overwriting the column name with the last found column name, changing the column entry into an array fixed it for me
Comment #7
yched commentedNice catch. Committed, thanks !