hestiacp / hestiacp

Hestia Control Panel | A lightweight and powerful control panel for the modern web.
https://hestiacp.com
GNU General Public License v3.0
3.4k stars 680 forks source link

[Bug] User link on search page #2974

Closed softcodex-team closed 2 years ago

softcodex-team commented 2 years ago

Describe the bug

Not sure if clicking onthe user name in the search page open the expected page

image

redirect to /list/user/ but the href is /search/?q=%27adm%27&u=admin

Tell us how to replicate the bug

  1. list user
  2. search for a term
  3. click on the username cell

Which components are affected by this bug?

Control Panel Web Interface

Hestia Control Panel Version

1.6.10

Operating system

Ubuntu 20.04

Log capture

No response

jaapmarcus commented 2 years ago

It is due the escaping of the query will patch it

softcodex-team commented 2 years ago

is it right is still not working on 1.6.11?

jaapmarcus commented 2 years ago

It was committed in the 1.7.0 branch. I might forgot to merge it into the staging / 1.6.x branch