CoreBOSBB

Full Version: [ solved ] Issue - User can see a history changes
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
There a strange situation

One my user not allowed see a history for users changes, but is there setting in your profile

Admin user, can see normaly, user up to hierarchy too ...

How I can solved that?
can you reproduce in the demo or give more details?
Where I can look to see this authorization.

At database?

Maybe I can do ( or fix ) manually ?
I do not know
There way, to force system redo all permission again?
Settings > Sharing Privileges > Recalculate
thats not working
How I can debug this?

System shows a icon ( working ,.. ) but not shows a pop up
Open the Inspection tab in the browser. Go to the Network tab, clear all the calls and click on the History Link. You will see the call in the network tab. If you click on the call you will be able to see the response in the panel on the right. Maybe that can give you some clue.

Also, activate debug log of the application, that should also give you some information, maybe a failing SQL,....
Got it!

In user perfil,
I need activated both audit and user audit for working ..

In this specific case, only user audit was allowed ..

I was thinking link for user history not will be showed if not allowed,but in fact, the link is exhibit, in this situation, and a pop history not ...

Thanks!