• Resolved xbaeza

    (@xbaeza)


    Hi, i have changed the capabilities to allow other users to see the history like this:

    add_filter(‘simple_history/view_history_capability’, function ($capability) {

    $capability = ‘gestion_periodo’;
    return $capability;
    });`

    but the thing is that those users are able to see the log, but not all the events are shown.

    Is this the normal behavior?

    • This topic was modified 4 years, 8 months ago by xbaeza.
    • This topic was modified 4 years, 8 months ago by xbaeza.
Viewing 1 replies (of 1 total)
  • Thread Starter xbaeza

    (@xbaeza)

    I found the anwers in this old thread.

    Hope help someone

    • This reply was modified 4 years, 8 months ago by xbaeza.
    • This reply was modified 4 years, 8 months ago by xbaeza.
Viewing 1 replies (of 1 total)

The topic ‘No complete log to not-admin users’ is closed to new replies.