Project

General

Profile

« Previous | Next » 

Revision 1b592dc6

Added by Katja Luther over 8 years ago

change message if convert person 2 team is not possible #5272

View differences:

eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/handler/ConvertPerson2TeamHandler.java
82 82
					} catch (IllegalArgumentException e) {
83 83
						MessagingUtils.errorDialog("Can not convert Person into a Team", null, e.getLocalizedMessage(), TaxeditorBulkeditorPlugin.PLUGIN_ID,e, true);
84 84
					} catch (MergeException e) {
85
						MessagingUtils.informationDialog("Convert not possible", "Person can not be transformed into team as it is referenced in a way that does not allow converting");
85
						MessagingUtils.informationDialog("Convert not possible", "Person can not be transformed into team as it is already part of a team.");
86 86
					}
87 87
				}else{
88 88
					MessagingUtils.informationDialog("Can not convert Person into a Team", "convert Person to Team can only be called on a person.");

Also available in: Unified diff