Project

General

Profile

« Previous | Next » 

Revision 87f7c0f5

Added by Katja Luther over 5 years ago

ref #7915: remove date published for journal, print series in taxeditor

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/reference/ReferenceDetailElement.java
166 166
		}
167 167

  
168 168
		// date published
169
		element_timePeriod = formFactory.createVerbatimTimePeriodElement(formElement,
170
				"Date Published", entity.getDatePublished(), style);
169
		if(referenceType != null && !referenceType.equals(ReferenceType.Journal) && !referenceType.equals(ReferenceType.PrintSeries)){
170
		    element_timePeriod = formFactory.createVerbatimTimePeriodElement(formElement,
171
		            "Date Published", entity.getDatePublished(), style);
172
		}
173

  
171 174

  
172 175
		if(referenceType != null && (!referenceType.equals(ReferenceType.Journal) && !referenceType.equals(ReferenceType.PrintSeries) && !referenceType.equals(ReferenceType.PersonalCommunication))) {
173 176
            text_doi = formFactory.createDoiWithLabelElement(formElement, "DOI", entity.getDoi(), style);

Also available in: Unified diff