Merge branch 'ent-11973-bug-con-items-module-graph-y-event-history-graph' into 'develop'
Ent 11973 bug con items module graph y event history graph See merge request artica/pandorafms!6383
This commit is contained in:
commit
ef094d0bc5
|
@ -1149,6 +1149,11 @@ if ($edit_capable === true) {
|
||||||
visualConsoleManager.copyItem(item);
|
visualConsoleManager.copyItem(item);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
setTimeout(
|
||||||
|
function()
|
||||||
|
{
|
||||||
|
visualConsoleManager.forceUpdateVisualConsole();
|
||||||
|
}, 500);
|
||||||
});
|
});
|
||||||
|
|
||||||
$('.link-create-item').click(function (event){
|
$('.link-create-item').click(function (event){
|
||||||
|
|
Loading…
Reference in New Issue