Project

General

Profile

« Previous | Next » 

Revision 4c154cfa

Added by Katja Luther about 6 years ago

name selection for supplemental data view

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/name/AuthorshipDetailElement.java
82 82
    				getConversationHolder(),
83 83
    				formElement, "Author",
84 84
    				entity.getCombinationAuthorship(),
85
    				EntitySelectionElement.ALL, style);
85
    				EntitySelectionElement.DELETABLE | EntitySelectionElement.SELECTABLE | EntitySelectionElement.EDITABLE, style);
86 86
    		addElement(selectionCombinationAuthor);
87 87
    		selectionExCombinationAuthor = formFactory.createSelectionElementWithAbbreviatedTitle(TeamOrPersonBase.class,
88 88
    				getConversationHolder(),
89 89
    				formElement, "Ex Author",
90 90
    				entity.getExCombinationAuthorship(),
91
    				EntitySelectionElement.ALL, style);
91
    				EntitySelectionElement.DELETABLE | EntitySelectionElement.SELECTABLE | EntitySelectionElement.EDITABLE, style);
92 92
    		addElement(selectionExCombinationAuthor);
93 93
    		if (code != null){
94 94
                if (code.equals(NomenclaturalCode.ICZN)){
......
98 98
             }
99 99
    		selectionBasionymAuthor = formFactory.createSelectionElementWithAbbreviatedTitle(TeamOrPersonBase.class, getConversationHolder(),
100 100
                    formElement, "Basionym Author", entity.getBasionymAuthorship(),
101
                    EntitySelectionElement.ALL, style);
101
                    EntitySelectionElement.DELETABLE | EntitySelectionElement.SELECTABLE | EntitySelectionElement.EDITABLE, style);
102 102
    		addElement(selectionBasionymAuthor);
103 103
    		selectionExBasionymAuthor = formFactory.createSelectionElementWithAbbreviatedTitle(TeamOrPersonBase.class, getConversationHolder(),
104 104
    		        formElement, "Ex Basionym Author",entity.getExBasionymAuthorship(),
105
    		        EntitySelectionElement.ALL, style);
105
    		        EntitySelectionElement.DELETABLE | EntitySelectionElement.SELECTABLE | EntitySelectionElement.EDITABLE, style);
106 106

  
107 107
    		addElement(selectionExBasionymAuthor);
108 108
    		 if (code != null){

Also available in: Unified diff