No complete log to not-admin users
-
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?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘No complete log to not-admin users’ is closed to new replies.