Skip to content
Snippets Groups Projects
Verified Commit 7de67c25 authored by Florian Azizian's avatar Florian Azizian
Browse files

FIX #8490 reload current page after dissociate document from case

parent f1062f53
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ function unlink_case(path_manage_script,case_id,res_id){
onSuccess: function(answer){
eval('response='+answer.responseText);
if(response){
window.top.location.href='index.php?page=details&dir=indexing_searching&id='+res_id;
window.location.href=window.location.href;
}else{
alert('Something went wrong...');
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment