View Issue Details

IDProjectCategoryView StatusLast Update
420PHPOF2_Audit_GenericDbpublic8 Mar 2013 12:35
Reportermrosenquist Assigned To 
PrioritynormalSeverityfeatureReproducibilityhave not tried
Status newResolutionopen 
Summary420: Allow storeLobData to store change against the previous audit event of a call to insert/update
DescriptionCurrently if my code looks like the following:
$row->store();
$row->storeLobData('Foo', 'somefield');
$row->storeLobData('Foo', 'somefield2');

Three audit events will be created, in reality they should all be part of the same event. While there is no technical issue with the three separate events, from a users perspective it can be confusing.

To do this the audit interface would need to change slightly to accomidatie it.

We should be able to detect these automatically by storing the audit event id at the row instance level, comparing the event types, the row ids, if none of the none lob fields have changed, and no calls to clear() have been made.
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
8 Mar 2013 12:35 mrosenquist New Issue