Merge branch 'ent-4186-Error-en-add-map-connection-al-crear-mapas-gis' into 'develop'

fix bug when adding connection maps in gis map builder

See merge request artica/pandorafms!2490
This commit is contained in:
Alejandro Fraguas 2019-06-11 18:01:54 +02:00
commit fdce139f84
1 changed files with 2 additions and 2 deletions

View File

@ -357,8 +357,8 @@ function addConnectionMap() {
for (var index in connectionMaps) {
if (isInt(index)) {
if (connectionMaps[index] == idConnectionMap) {
alert("<?php echo __('The connection'); ?> "' + connectionMapName + '" <?php echo __('just added previously.'); ?>");
alert("<?php echo __('The connection'); ?> " + connectionMapName + " <?php echo __('just added previously.'); ?>");
return;
}
}