Project

General

Profile

« Previous | Next » 

Revision 49f27511

Added by Katja Luther over 3 years ago

ref #8774: only one message when trying to move new node

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/featuretree/e4/FeatureTreeDtoDropAdapter.java
66 66
		    target = (TermNodeDto) currentTarget;
67 67
		}
68 68

  
69
		if (target != null && target.getUuid() == null){
70
		    if(StoreUtil.promptCheckIsDirty(editor)){
71
	            return false;
72
	        }
73
		}
69
//		if (target != null && target.getUuid() == null){
70
//		    if(StoreUtil.promptCheckIsDirty(editor)){
71
//	            return false;
72
//	        }
73
//		}
74 74
		int position = 0;
75 75
		int location = getCurrentLocation();
76 76
		UUID parentUuid = target.getParentUuid();

Also available in: Unified diff