<div>Hi everyone!<br></div><div><br></div><div>In digitizer Schemes I wrote this:<br></div><div><br></div><div>onBeforeSave: |<br></div><div>        $nr = $feature->getAttribute(\"nr\");<br></div><div>        $s = $feature->getAttribute(\"sufix\");<br></div><div>        $bloc = $feature->getAttribute(\"bloc\");<br></div><div>        $scara = $feature->getAttribute(\"scara\");<br></div><div>        $label=$nr.$s.\"\r\n\";<br></div><div>        if ($bloc <> \"\"){$label.=\"bl.\".$bloc;}<br></div><div>        if ($scara <> \"\"){$label.=\"sc.\".$scara;}<br></div><div>        $feature->setAttribute(\"textlabel\",$label );<br></div><div><br></div><div>after save change to this:<br></div><div>.......<br></div><div>      onBeforeSave: "$nr = $feature->getAttribute(\"nr\"); \n$s = $feature->getAttribute(\"sufix\"); \n$bloc = $feature->getAttribute(\"bloc\"); \n$scara = $feature->getAttribute(\"scara\"); \n$label=$nr.$s.\"\r\n\";\nif ($bloc <> \"\"){$label.=\"bl.\".$bloc;}\nif ($scara <> \"\"){$label.=\"sc.\".$scara;}\n$feature->setAttribute(\"textlabel\",$label );\n"<br></div><div>...........<br></div><div><br></div><div>Exist a settings in Mapbender to prevent this changes?  I use Mapbendet installed on Linux.<br></div><div><br></div><div>Thanks in advance for any  advice!<br></div><div><br></div><div>Zsolt</div>