Project

General

Profile

« Previous | Next » 

Revision fd711754

Added by Katja Luther almost 4 years ago

ref #8785: update descriptions in description list after merge

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/descriptiveDataSet/matrix/handler/AddDescriptionHandler.java
31 31
import eu.etaxonomy.taxeditor.editor.descriptiveDataSet.matrix.CharacterMatrixPart;
32 32
import eu.etaxonomy.taxeditor.editor.descriptiveDataSet.matrix.SpecimenSelectionDialog;
33 33
import eu.etaxonomy.taxeditor.model.MessagingUtils;
34
import eu.etaxonomy.taxeditor.store.StoreUtil;
35 34

  
36 35
/**
37 36
 * @author k.luther
......
43 42

  
44 43
        // dependent on the selection the specimens are filtered
45 44
        CharacterMatrixPart matrixPart = (CharacterMatrixPart) activePart.getObject();
46
        if(StoreUtil.promptCheckIsDirty(matrixPart)){
47
            return;
48
        }
45
//        if(StoreUtil.promptCheckIsDirty(matrixPart)){
46
//            return;
47
//        }
49 48
        CharacterMatrix matrix = matrixPart.getMatrix();
50 49
        IStructuredSelection selection = matrixPart.getSelection();
51 50
        List<String> treeIndexList = null;

Also available in: Unified diff