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:
Gorka Sanchez 2023-09-01 09:20:55 +00:00
commit ef094d0bc5
1 changed files with 5 additions and 0 deletions

View File

@ -1149,6 +1149,11 @@ if ($edit_capable === true) {
visualConsoleManager.copyItem(item);
}
});
setTimeout(
function()
{
visualConsoleManager.forceUpdateVisualConsole();
}, 500);
});
$('.link-create-item').click(function (event){