Project

General

Profile

« Previous | Next » 

Revision 181a8a0b

Added by Katja Luther 12 months ago

ref #10335: add UUID and id to supplemental data of termnodeDtos

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/termtree/e4/TermTreeDtoDropAdapter.java
71 71
		else if(currentTarget instanceof TermNodeDto){
72 72
		    target = (TermNodeDto) currentTarget;
73 73
		}
74
		
74

  
75 75
		int position = 0;
76 76
		int location = getCurrentLocation();
77 77
		UUID parentUuid = target.getParentUuid();
......
201 201
		        AddFeatureOperation operation = new AddFeatureOperation(
202 202
		                termDto.getUuid(),
203 203
		                target.getUuid(), position, editor, editor);
204
		        TermNodeDto newDto = new TermNodeDto(termDto, target, position, target.getTree(), null, null, null);
204
		        TermNodeDto newDto = new TermNodeDto(termDto, target, position, target.getTree(), null, 0, null, null);
205 205

  
206 206
                editor.setDirty();
207 207
		        editor.addOperation(operation);

Also available in: Unified diff