feature request #7572
SpecimenTypeDesignationEditor: Collection combobox shows collection.code and collection.institution
100%
Description
this is required because ...
Fall 3: Es gibt einen Code, der identisch mit einen Index Herbariorum Code ist (NWU) für Northwest University, ist aber nur an der genauen Institutionsadresse unterscheidbar.
Related issues
Associated revisions
fix #7572 CollectionCaptionGenerator to show collection code and institution in comboboxes
ref #7572 also searching the institute titleCache when looking up for collections
ref #7572 two bug fixes
History
#1 Updated by Andreas Kohlbecker over 2 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 50
Applied in changeset cdm-vaadin|d7edf1e089bd6f3a63904f86bf6160aaa4d1839a.
#2 Updated by Andreas Kohlbecker over 2 years ago
The CdmFilterablePagingProvider is not yet including the institution titlecache in the search.
For this to implement we need to use the eu.etaxonomy.cdm.persistence.dao.common.Restriction
which need to be combined by OR instead of AND, so the Restriction
class needs to be extended in that way: #7590
#3 Updated by Andreas Kohlbecker over 2 years ago
- Blocked by feature request #7590: findByTitleWithRestrictions allows combining Restrictions by OR added
#4 Updated by Andreas Kohlbecker over 2 years ago
- Status changed from Resolved to In Progress
#5 Updated by Andreas Kohlbecker over 2 years ago
- Status changed from In Progress to Resolved
- Assignee changed from Andreas Kohlbecker to Wolf-Henning Kusber
please review.
#6 Updated by Wolf-Henning Kusber over 2 years ago
- Status changed from Resolved to Closed
- Assignee changed from Wolf-Henning Kusber to Andreas Kohlbecker
- % Done changed from 50 to 100
Review: institutions as well as codes can be searched. Seem to work.