mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 00:07:26 +00:00
auth/user: Fix url hash in link so redirection shows the correct menu path (#8509)
This commit is contained in:
parent
c48353cdc1
commit
3f1ed2dff5
@ -43,7 +43,7 @@
|
||||
let refid = $(this).data("row-id") !== undefined ? $(this).data("row-id") : '';
|
||||
ajaxGet('/api/auth/user/get/' + refid, {}, function(data){
|
||||
if (data.user) {
|
||||
window.location ='/ui/trust/cert/#user=' + data.user.name ;
|
||||
window.location ='/ui/trust/cert#user=' + data.user.name ;
|
||||
}
|
||||
});
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user