Project

General

Profile

« Previous | Next » 

Revision 72614023

Added by Patrick Plitzner almost 6 years ago

ref #7439 Fix visual update when converting team <> person

View differences:

eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/e4/handler/ConvertTeam2PersonHandlerE4.java
65 65
		}
66 66
		if (result != null && result.isOk()){
67 67
		    person = (Person)result.getCdmEntity();
68
		    boolean test = editor.getEditorInput().getModel().remove(team);
68
		    editor.getEditorInput().getModel().remove(team);
69 69
		    editor.getEditorInput().getModel().add(person);
70 70
		}
71
		if (person != null){
72
		    editor.refresh();
73
		}
74 71
    }
75 72

  
76 73
    @CanExecute

Also available in: Unified diff