Cacti / cacti

Cacti ™
http://www.cacti.net
GNU General Public License v2.0
1.63k stars 404 forks source link

Fix user log filter #5673

Closed xmacan closed 7 months ago

xmacan commented 7 months ago

Main problem is that submit form calls two GET requests. First is with parameters and one parameter is action=view. It causes second get request without parameters. So filtering does not work.

To be honest, I don't uderstand why is here case "view". It is working without it. I didn'd find any other call for user_log.php?action=view