Project

General

Profile

« Previous | Next » 

Revision 80379c19

Added by Katja Luther almost 5 years ago

mend

display of status in drop down according to preference

View differences:

eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/input/entitycreator/GroupCreator.java
48 48

  
49 49
        if (groupList.isEmpty()){
50 50
            Group group = Group.NewInstance(text);
51
//            UUID groupUuid = CdmStore.getService(IGroupService.class).saveGroup(group);
52
//            group = CdmStore.getService(IGroupService.class).loadWithUpdate(groupUuid);
53 51
            return group;
54 52
        } else{
55 53
            MessagingUtils.messageDialog(Messages.GROUP_CREATOR_group_exists_title, text, Messages.GROUP_CREATOR_group_exists);

Also available in: Unified diff