Merge branch '1751-Posición-de-los-agentes-en-el-mapa-de-red-dev' into 'develop'

Fixed raw_text in networkmap

See merge request artica/pandorafms!1238
This commit is contained in:
vgilc 2018-01-29 13:35:20 +01:00
commit b0fc04c8f3
1 changed files with 1 additions and 0 deletions

View File

@ -2518,6 +2518,7 @@ function init_drag_and_drop() {
if (enterprise_installed) {
holding_pos_x = d3.select("#holding_area_" + networkmap_id).attr("x");
holding_pos_y = d3.select("#holding_area_" + networkmap_id).attr("y");
delete d.raw_text;
selection
.each(function (d) {
var params = [];