Public Member Functions | |
testLogAuditForOwnedMultipleValuesCustomField () | |
testLogAuditEventsListForUser () | |
testLogAuditEventsListForCreatingAndDeletingItems () | |
testLogAuditEventsListWithShortFormat () | |
testLogAuditEventChangingItemMembers () | |
testLogAuditEventChangingNonOwnedRelationsToOtherModels () | |
testLogAuditEventChangingOwnedRelationsAttributes () | |
testLogAuditEventChangingUsersPassword () | |
testLogAuditEventForEachType () | |
testOwnerAuditsEvenWhenDefaulted () | |
Static Public Member Functions | |
static | setUpBeforeClass () |
static | tearDownAfterClass () |
static | getDependentTestModelClassNames () |
Definition at line 37 of file AuditingTest.php.
testOwnerAuditsEvenWhenDefaulted | ( | ) |
When an owner is defaulted to a model in the user interface, it should still be treated as a 'new' change. Previously it was not, and you would have to change the owner value before saving to trigger the originalAttributeValues array to pick up the change in owner. This was having a negative affect on the workflow rules and how they operated when the filter was owner.
Definition at line 461 of file AuditingTest.php.