Easy to enable the audit for "non audited modules" ?

Hello,

is there a proper / safe way to enable the audit for modules that are not audited ? for instance, documents ?

Many thanks,

Fred

Parents Reply
  • As I said I have not done this before but perhaps it's worth a try....

    Did adding that dictionary definition create the audit table? If so I think that's a good start.

    Did it allow you to make some fields in the module "auditable" in Studio? That would be another good sign.

    You can try adding this to the actiondropdown in your record.php 

                  array (
                    'type' => 'rowaction',
                    'event' => 'button:audit_button:click',
                    'name' => 'audit_button',
                    'label' => 'LNK_VIEW_CHANGE_LOG',
                    'acl_action' => 'view',
                  ),
    

    And see if it works.

    Not the most scientific approach but maybe you get lucky?

    Or maybe someone much better than me, like , or has a better answer for you 

    FrancescaS

Children