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:
commit
fdce139f84
|
@ -357,7 +357,7 @@ function addConnectionMap() {
|
||||||
for (var index in connectionMaps) {
|
for (var index in connectionMaps) {
|
||||||
if (isInt(index)) {
|
if (isInt(index)) {
|
||||||
if (connectionMaps[index] == idConnectionMap) {
|
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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue