Project

General

Profile

« Previous | Next » 

Revision 68a8023a

Added by Andreas Müller about 5 years ago

ref #3560

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/distributionStatus/DistributionTableViewBean.java
172 172
                    Property<?> itemProperty = item.getItemProperty(CdmQueryFactory.UUID_COLUMN);
173 173
                    UUID uuid = UUID.fromString(itemProperty.getValue().toString());
174 174
                    final Taxon taxon = CdmBase.deproxy(CdmSpringContextHelper.getTaxonService()
175
                    		.load(uuid,Arrays.asList("descriptions.descriptionElements","name.taxonBases","updatedBy")), Taxon.class);
175
                    		.load(uuid, DistributionEditorUtil.INCLUDE_UNPUBLISHED, Arrays.asList("descriptions.descriptionElements","name.taxonBases","updatedBy")), Taxon.class);
176 176
                    PresenceAbsenceTerm presenceAbsenceTerm = null;
177 177
                    Object statusValue = item.getItemProperty(areaString).getValue();
178 178
                    if(statusValue instanceof String){

Also available in: Unified diff