Closed (fixed)
Project:
Reply
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Apr 2012 at 01:28 UTC
Updated:
6 Jun 2012 at 14:11 UTC
Jump to comment: Most recent file
Hello,
I noticed that in reply_get_entity() the cache is stored as
$cache[$entity_type][$entity_type][$instance_id]
This ignores the entity_id. It should be
$cache[$entity_type][$entity_id][$instance_id]
changing this fixed a few issues for me when listing entities in a view.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1520412-reply.patch | 967 bytes | loze |
Comments
Comment #1
loze commentedHere is a patch that fixes this.
Comment #2
alan evans commentedPatch looks good to me.
Comment #3
james.williamsI'll take a look at this today.
Comment #4
james.williamsCommitted to dev. See http://drupalcode.org/project/reply.git/commitdiff/e10656b0603e5b229258c...
Comment #5
james.williamsSorry, I should be setting these to fixed, not 'Closed (fixed)'.
Comment #6.0
(not verified) commentedfixed typo