Linktitle and Link don't work in Views (only the URL is shown) since Link 6x.1 => 6x.2

CommentFileSizeAuthor
#3 link_views_field_class.patch965 bytesquicksketch

Comments

quicksketch’s picture

Could you describe the steps to reproduce this problem? I'm not clear on where things are not working.

Arban’s picture

Same issue here.

I use Drupal 6.2 with Views 6.x-2.0-beta3. When I update link from 6.x-2.1-beta4 to 6x.-2.2, I have no formater in Views. So only the url is shown (same like the title-field is empty).
When I'm go back to link 6.x-2.1-beta4, there is no problem and the link is correctly show up with the link as title...

quicksketch’s picture

Status: Active » Needs review
StatusFileSize
new965 bytes

This looks like a change I had intendedfor CCK I made to link.module. Use the following patch to correct this problem or delete lines 18 and 19 from link.views.inc. Please let me know if this resolves the problem.

Arban’s picture

Yeps, deleting lines 18 and 19 resolved the problem. Thanks for de rapid answer...

quicksketch’s picture

Title: Link Views » Link field does contain any formatters in Views
Status: Needs review » Fixed

Great. Committing. I'll make another release shortly so that we don't have this problem in the latest supported version.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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

kenorb’s picture

Title: Link field does contain any formatters in Views » Link field doesn't contain any formatters in Views
Issue summary: View changes
Related issues: +#2651146: Link doesn't contain any formatters in Views

Similar in 7.x

damienmckenna’s picture

Assigned: Micha1111 » Unassigned