Closed (fixed)
Project:
Views Atom
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Dec 2010 at 10:30 UTC
Updated:
14 Jan 2011 at 22:20 UTC
When using the "Atom Feed - Deletion' the ref attribute of the deleted entries element is never set.
In template_preprocess_views_view_views_atom_delete, the GUID (as returned by views_atom_guid()) of the each row is set under each item as $item['guid']. But $item['uri'] is used as value for each deleted-entry ref attribute in in views-view-views-atom-delete.tpl.php.
The attached patch fix the template to use $item['guid'].
| Comment | File | Size | Author |
|---|---|---|---|
| view_atom__deleted_entry_ref_guid.patch | 887 bytes | pbuyle |
Comments
Comment #1
hefox commentedMarking needs review; not using deletion so likely won't get to testing it.
Comment #2
hefox commentedhttp://drupal.org/cvs?commit=472310