Changes between Version 5 and Version 6 of S3/S3Audit
- Timestamp:
- 08/20/14 12:18:12 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3Audit
v5 v6 22 22 {{{#!python 23 23 def audit_callback(method, tablename, form, record, representation): 24 25 return True26 24 }}} 27 25 … … 34 32 ||'''representation'''||The representation format of the request|| 35 33 36 The return value of the callback function (True/False) determines whether the action will be logged or not, thus allowing granular control about which actions are recorded. 34 35 The return value of the callback function (!True/False) determines whether the action will be logged or not, thus allowing granular control about which actions are recorded. 37 36 == Hooks == 38 37