I found this bug,

When I create a view with entities if I create a field with an action link such as "delete", "link" or "edit
it will appear like this

mysite.com/entity-type/bundle/%25

Where the bold text should be the entity id, while of course %something is not!

This issue appears in versions grather than 7.x.2-rc2 (>=7.x.2-rc3).

I found where in the code the bug is ... (watch image)
it is in the views handlers
eck_views_handler_field_link.inc
eck_views_handler_field_link_delete.inc
eck_views_handler_field_link_edit.inc

Eck issue

There is a problem related to "%eckentity", when is string replaced ... it would work with % (as in version 7.x.2-rc2).

CommentFileSizeAuthor
eck-problem.png29.11 KBGik000
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Gik000’s picture

Issue summary: View changes
mansspams’s picture

Status: Active » Closed (duplicate)