Skip to content

Commit

Permalink
Merge pull request #4193 from kleintom/3866_missing_taxon_name
Browse files Browse the repository at this point in the history
#3866 Add missing taxon name in Filter Names, Relationship facet
  • Loading branch information
jlpereira authored Feb 10, 2025
2 parents 34a5aa7 + 25a8e19 commit da8e53d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ export default {
this.relationships.push({
type_object: this.typeSelected,
type: this.typeSelected.type,
taxon_label: this.taxon.label,
taxon_label: this.taxon.object_tag,
type_label: this.typeSelected[this.display],
type_name: this.display,
taxonId: this.taxon.id
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
class="list-complete-item flex-separate middle"
>
<span>
<span v-html="item.taxon_label" />
<span v-html="item.type_label" />
<span>(?)</span>
<span v-html="item.taxon_label" /> <span v-html="item.type_label" /> (?)
</span>
<div class="list-controls">
<button
Expand Down

0 comments on commit da8e53d

Please sign in to comment.