Private GIT

Skip to content
Snippets Groups Projects
Commit 78ba0850 authored by loiclau's avatar loiclau Committed by Guillaume28
Browse files

fix(C.V.): Fix missing parameter in redirect action on master (#5634)

#5576
parent 9d2802af
No related branches found
No related tags found
No related merge requests found
...@@ -69,7 +69,8 @@ ...@@ -69,7 +69,8 @@
if (typeof(view) != 'undefined') { if (typeof(view) != 'undefined') {
var viewId = view.item(0).firstChild.data; var viewId = view.item(0).firstChild.data;
parent.jQuery( parent.jQuery(
"[name=widget_" + viewId + "_" + widgetId + "]").attr('src', widgetUrl + '?widgetId=' + widgetId "[name=widget_" + viewId + "_" + widgetId + "]").attr('src', widgetUrl +
'?widgetId=' + widgetId + '&customViewId=' + viewId
); );
jQuery('#config-popin').centreonPopin('close'); jQuery('#config-popin').centreonPopin('close');
} else if (typeof(error) != 'undefined') { } else if (typeof(error) != 'undefined') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment