bug #4964
closedfootnotes for taxonRelationship sources and annotations should be rendered together
100%
Description
the ordering of the footnotes on http://dev.e-taxonomy.eu/dataportal/rotelisten_flora_deutschland/cdm_dataportal/taxon/6a24cc06-c5fc-4b29-aaea-ee21be1130a6/synonymy. is wrong. First comes 5 then 4, should be the other way round.
Please scroll to the very bottom of the page. There we have first "5. sensu Andere Referenzen (fuer auct. Synonyme)" and then "4. Homonym".
This is an effect of rendering the footnotes for taxonRelationships taxonRelationships annotations together:
<li class="footnotes footnotes-taxonRelationships "></li> <li class="footnotes footnotes-taxonRelationships-annotations "></li>
They should be rendered together instead.
Closely related to #2602 (Taxon synonymy: type designation footnotes rendered together with taxon_page_synonymy footnotes)
ticket has been split of from #2679
Related issues
Updated by Andreas Kohlbecker over 3 years ago
- Description updated (diff)
- Private changed from Yes to No
Updated by Andreas Kohlbecker over 3 years ago
- Related to bug #2602: Taxon synonymy: type designation footnotes rendered together with taxon_page_synonymy footnotes added
Updated by Andreas Kohlbecker over 3 years ago
- Related to task #8543: overcome distinction of annotation and other foonotes added
Updated by Andreas Müller over 3 years ago
- Subject changed from footnotes for taxonRelationships taxonRelationships annotations should be rendered together to footnotes for taxonRelationships annotations should be rendered together
- Target version changed from cdm_dataportal - Next Major Release to Unassigned CDM tickets
The other milestone should not be used anymore
Updated by Andreas Kohlbecker over 2 years ago
can be solved by setting the $footnote_list_key_suggestion
parameter of handle_annotations_and_sources()
explicitly.
Here at the example of creating footnotes for typedesignations:
handle_annotations_and_sources(
$derivedUnitFacadeInstance,
typedesignations_annotations_and_sources_config(),
'',
RenderHints::getFootnoteListKey()
);
Updated by Andreas Kohlbecker over 2 years ago
- Status changed from New to Worksforme
- Target version deleted (
Unassigned CDM tickets)
Updated by Andreas Kohlbecker over 2 years ago
- Status changed from Worksforme to New
- Target version set to Unassigned CDM tickets
Updated by Andreas Kohlbecker over 2 years ago
- Subject changed from footnotes for taxonRelationships annotations should be rendered together to footnotes for taxonRelationship sources and annotations should be rendered together
Updated by Andreas Kohlbecker over 2 years ago
- Related to deleted (task #8543: overcome distinction of annotation and other foonotes)
Updated by Andreas Kohlbecker over 2 years ago
- Is duplicate of task #8543: overcome distinction of annotation and other foonotes added
Updated by Andreas Kohlbecker over 2 years ago
- Status changed from New to Duplicate
- Target version deleted (
Unassigned CDM tickets) - % Done changed from 0 to 100
closing as duplicate of #8543