Changes between Version 5 and Version 6 of S3/S3Audit


Ignore:
Timestamp:
08/20/14 12:18:12 (10 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3Audit

    v5 v6  
    2222{{{#!python
    2323def audit_callback(method, tablename, form, record, representation):
    24 
    25    return True
    2624}}}
    2725
     
    3432||'''representation'''||The representation format of the request||
    3533
    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
     35The 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.
    3736== Hooks ==
    3837