Closed (fixed)
Project:
Track Field Changes
Version:
7.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Apr 2015 at 00:20 UTC
Updated:
14 May 2015 at 00:19 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
MattWithoos commentedI've attached a patch that gives users the option to only store the latest record change for a particular node, rather than a history of all changes:
/admin/config/system/track_field_changesUpdated the track_field_changes.module database function and added a tickbox to track_field_changes.admin.inc
I've tested the patch and confirmed it is working as expected - will not store more than one record per node change if the tickbox is checked, otherwise if unchecked the module behaves normally as if it doesn't have the patch.
Comment #2
MattWithoos commentedThis has been fixed in release 7.x-1.2.