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'].

CommentFileSizeAuthor
view_atom__deleted_entry_ref_guid.patch887 bytespbuyle

Comments

hefox’s picture

Status: Active » Needs review

Marking needs review; not using deletion so likely won't get to testing it.

hefox’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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