use uuid of namedAreas in propertyToLabelMap of distr editor
authorKatja Luther <k.luther@bgbm.org>
Fri, 3 May 2019 14:39:07 +0000 (16:39 +0200)
committerKatja Luther <k.luther@bgbm.org>
Fri, 3 May 2019 14:39:07 +0000 (16:39 +0200)
eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/checklist/e4/DistributionEditor.java

index e2869577d83ff7790c6a97b020c81ffef7421cdc..875bdeb00debfc55357c2372ca6310828520286f 100755 (executable)
@@ -610,7 +610,7 @@ public class DistributionEditor extends Composite {
 
 
             //String areaLabel = area.getLabel();
-            String property = areaLabel;
+            String property = area.getUuid().toString();
             propertyToLabelMap.put(property, areaLabel);
         }