View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
420 | PHPOF2_Audit_GenericDb | public | 8 Mar 2013 12:35 | 8 Mar 2013 12:35 | |
Reporter | mrosenquist | Assigned To | |||
Priority | normal | Severity | feature | Reproducibility | have not tried |
Status | new | Resolution | open | ||
Summary | 420: Allow storeLobData to store change against the previous audit event of a call to insert/update | ||||
Description | Currently 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. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
8 Mar 2013 12:35 | mrosenquist | New Issue |