From 86527ee849114c89f94c557419cd0e3cde4a0beb Mon Sep 17 00:00:00 2001 From: Alex ORLUC <alex.orluc@maarch.org> Date: Fri, 26 May 2017 16:09:53 +0200 Subject: [PATCH] FIX #5592 update display --- modules/visa/js/functions.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/visa/js/functions.js b/modules/visa/js/functions.js index f8367932382..9c3fac014a1 100644 --- a/modules/visa/js/functions.js +++ b/modules/visa/js/functions.js @@ -109,6 +109,9 @@ function updateVisaWorkflow(resId) { parent.$('main_info').style.display = 'table-cell'; parent.Element.hide.delay(5, 'main_info'); eval(response.exec_js); + if(parent.$j('.contentShow iframe').length){ + parent.$j('.contentShow iframe')[0].contentWindow.location.reload(true); + } } else if (response.status != 1) { alert(response.error_txt) } -- GitLab