Viewing 2 replies - 1 through 2 (of 2 total)
  • hitcode

    (@hitcode)

    Hello,
    sorry for not replying sooner.

    Currently you can achieve it with PHP code modification. Please edit this file:

    wp-content/plugins/shiftcontroller/application/modules/logaudit/config/acl.php

    Change the function shift_logaudit_view so it will always return true, like this:

    function shift_logaudit_view( $u, $o )
    {
    	return TRUE;
    }

    Please let me if it works for you.

    Thread Starter jlcd

    (@jlcd)

    Yees, it works.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘History visible for all’ is closed to new replies.