Closed (fixed)
Project:
Views (for Drupal 7)
Version:
7.x-3.0
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Jan 2011 at 13:42 UTC
Updated:
13 Feb 2012 at 08:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
iamjon commentedMajdi,
Confirmed. Here is my export.
Comment #2
majdi commentedI test it with the export you attached , yes the problem exist
Comment #3
dawehner@iamjon
You created a node view, which fails on certain instances
Here is a patch to fix this issue in general
Comment #4
majdi commentedPatch in #3 working for me
Comment #5
iamjon commentedMy bad.
Changing status based on #4
Comment #6
ericduran commentedI'm coming over from #1069336: Wrong link provided for comment editing or deleting
This patch fixes the edit link and the delete link.
Comment #7
ericduran commentedOops, the above patch is for 7.x not 6.x Sorry about that, anyways I'll leave it here so when the patch in #3 is fixed, we can just change this to patch to be ported.
Comment #8
metalinspired commentedLine added in views_handler_field_comment_link_edit.inc should be like:
$this->options['alter']['path'] = "comment/" . $comment->cid . "/edit";Comment #9
ericduran commented@metalinspired my patch is for 7.x not 6.x
Comment #10
metalinspired commented@ericduran I am aware of that. Simply look at how delete path is structured and you will see why I made post correcting edit link.
Comment #11
dawehnerJust to be sure patch http://drupal.org/node/1037112#comment-4105702 is really enough for delete and edit link?
Comment #12
metalinspired commentedgo to Find content, switch to Comments and look how Edit link is structured
Comment #13
merlinofchaos commentedPatch in #3 committed to 3.x in D6 and D7 -- left Eric's patch because I'm confused about it. If the delete link needs to be fixed too, let's make as eparate issue.
Comment #14
metalinspired commentedInstead of trying to explain myself again here's modified patch from #6 :)
Comment #16
amitaibuSetting correct status.
Comment #18
Sborsody commentedThis needs re-patching as #14 was missed. Here's a re-roll for 7.x-3.x.
Comment #19
Anonymous (not verified) commented#18 works for me. Thanks.
Comment #20
Anonymous (not verified) commentedNot quite. The edit link now points to the right URL but still throws these notices:
Comment #21
ericduran commentedAs mention by merlinofchaos we should "make as separate issue.". As this is getting complicated to follow.
The original issue is indeed fixed.
Comment #23
tbeauchemin commented[ Drupal 7.10 - Views 7.x-3.0 ]
I this issue supposed to be fixed ? Because the Edit and Delete link work for me in a view.
However, I get this error message when viewing the node:
Any Advice ?
Comment #24
duckzland commentedSame problem here D7 7.10 + views 3.0 + comment edit & delete & view link
Notice: Undefined property: stdClass::$status in comment_access() (line 1430 of D:\UniServer\www\commerce\modules\comment\comment.module).Comment #25
jtse commented[Drupal 7.10 - Views 7.x-3.0]
Same problem. I think this happened shortly after upgrading Views to 3.0.
Comment #26
donquixote commentedWe can regard this as a follow-up:
#1292386: Stop passing around fake entities for user, taxonomy access