Project

General

Profile

« Previous | Next » 

Revision 98c2f401

Added by Andreas Kohlbecker over 5 years ago

ref #7783 using WeaklyRelatedEntityCombobox in TaxonNameEditor: add, edit buttons working and enabled state updating ok

View differences:

src/main/java/eu/etaxonomy/cdm/service/TaxonNameStringFilterablePagingProvider.java
254 254
        }
255 255
        return lastPagedEntityUUIDs.get(stringRepresentation);
256 256
    }
257

  
258
    /**
259
     * {@inheritDoc}
260
     */
261
    @Override
262
    public void clearIdCache() {
263
        lastPagedEntityUUIDs = null;
264
    }
257 265
}

Also available in: Unified diff