Skip to content

Issue: customTaxonomy displays shows wrong additional entries from the posts in dashboard #633

Closed
@kristofzerbe

Description

@kristofzerbe

Describe the bug
After introducing following custom customTaxonomy, the TAXONOMY view on the dashboard displays additional, wrong one-char-entries (see screenshot):

  "frontMatter.taxonomy.customTaxonomy": [
    {
      "id": "series",
      "options": [
        "A New Blog",
        "Discoveries",
        "Great Finds",
        "Golem",
        "IndieWeb",
        "Lightroom Presets",
        "Step By Step",
        "SV Wehen Wiesbaden"
      ]
    }
  ]
  ...
  "frontMatter.taxonomy.contentTypes": [
    {
    "name": "default",
    "pageBundle": false,
    "fields": [
      ...
      {
        "title": "Series",
        "name": "series",
        "type": "taxonomy",
        "taxonomyId": "series"
      },
      ... 
    ]
  ]

image

I have checked all my posts for invalid Front Matter and tried to put quotes around the SERIES entry, where my default Front Matter doesn't use quotes. I also have tried to configure noPropertyValueQuotes, but this doesn't help either:

  "frontMatter.taxonomy.noPropertyValueQuotes": [
    "series"
  ]

To Reproduce
Steps to reproduce the behavior:

  1. Clone https://github.com/kristofzerbe/kiko.io
  2. Open dashboard
  3. Switch to Taxonomies View

I can reproduce the behaviour on 2 Windows 10 machines locally (Front Matter v9.1.5938539-beta BETA) and on gitpod.com within a virtual Linux environment (Front Matter v9.0.0).

Metadata

Metadata

Assignees

No one assigned

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions