Project

General

Profile

« Previous | Next » 

Revision 8c8ead8a

Added by Cherian Mathew almost 9 years ago

Update ICdmEntitySessionEnabled to no longer extend ICdmChangeListener

View differences:

eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/BulkEditor.java
190 190
	@Override
191 191
	public void setFocus() {
192 192
	    conversation.bind();
193
	    getCdmEntitySession().bind();
194 193
		searchBar.setFocus();
195 194

  
196 195
		// TODO find a better place to put this - this dialog should be shown after initial contents of
......
199 198
			displayWarningDialog();
200 199
			isInitialFocus = false;
201 200
		}
201
		super.setFocus();
202 202
	}
203 203

  
204 204
	/**

Also available in: Unified diff