Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue: Content filter for external content not working #616

Closed
davidsneighbour opened this issue Aug 7, 2023 · 1 comment
Closed

Issue: Content filter for external content not working #616

davidsneighbour opened this issue Aug 7, 2023 · 1 comment
Labels
Projects

Comments

@davidsneighbour
Copy link
Sponsor

Describe the bug
Around #602, the filtering of the external post types stopped working. Post types with ../ in their path won't appear.

Sample config:

{
  "$schema": "https://frontmatter.codes/config/content.pagefolders.schema.json",
  "title": "Components",
  "path": "[[workspace]]/../hugo-modules/documentation",
  "contentTypes": ["component"]
}

To Reproduce
Steps to reproduce the behavior:

  1. Clone kollitsch.dev, hugo-modules, and hugo-theme into the same folder next to each other
  2. Load the workspace via kollitsch.dev/kollitsch-dev.workspace
  3. Check the Frontmatter Dashboard
  4. set "Showing" filter to anything other than "components" < the posts group is loaded
  5. set "Showing" filter to "components" < the last selection stays visible

Desktop (please complete the following information):

  • OS: Ubuntu 22.04 LTS
  • Browser Chrome latest
  • VSCode and Plugin are on the latest versions (not preview or beta)
@davidsneighbour davidsneighbour added the bug Something isn't working label Aug 7, 2023
@estruyf estruyf added this to To do in 9.0.0 via automation Aug 20, 2023
@estruyf estruyf moved this from To do to In progress in 9.0.0 Aug 20, 2023
@estruyf
Copy link
Owner

estruyf commented Aug 20, 2023

Found the issue and got it fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
9.0.0
Done
Development

No branches or pull requests

2 participants