email changes not shown in a diff
serenecloud - October 23, 2009 - 04:05
| Project: | Email Field |
| Version: | 6.x-1.2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
| Issue tags: | diff |
Jump to:
Description
The diff module has a default implementation which expects cck types to store their values in $item['value']. This is not the case for email, which uses $item['email'].
Ideally email would use 'value' however until then I have written a patch that implements hook_content_diff_values() instead and uses the 'email' value.
| Attachment | Size |
|---|---|
| email_diff.patch | 644 bytes |

#1
This patch is 6 weeks old and nothing has happened - can a maintainer please review?