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

Display column are not shown, for the type terms(taxonomy) #9795

Closed
LorikHa opened this issue Mar 27, 2024 · 7 comments
Closed

Display column are not shown, for the type terms(taxonomy) #9795

LorikHa opened this issue Mar 27, 2024 · 7 comments

Comments

@LorikHa
Copy link

LorikHa commented Mar 27, 2024

Bug description

The display columns are not working for all the type that are terms( taxonomies), if we change this type to text, we could see the data.
image
Here is the image of yaml file that does not work
image
And here is the image that works
image
Also below you can see the result( I changed the author from type:terms to type:text)

image

How to reproduce

Just connect in the article some taxonomy, and put in the articles type:terms

Logs

No response

Environment

Statamic 4.48.0 Pro
thoughtco/statamic-restrict-fieldshtco/statamic-restrict-fieldsg Disabled
my-packages/statamic-utility-translations-manager 1.0
my-packages/statamic-widget-uncompleted-assets 1.0
aryehraber/statamic-logbook 2.2.0
cp-statamic/eloquent-entries 1.0
thoughtco/statamic-restrict-fieldshtco/statamic-restrict-fields 1.0.2

Installation

Fresh statamic/statamic site via CLI

Antlers Parser

None

Additional details

No response

@duncanmcclean
Copy link
Member

Thanks for opening this issue.

It looks like you only provided part of the support:details output so I wasn't able to tell but are you using multi-site?

@LorikHa
Copy link
Author

LorikHa commented Mar 28, 2024

@duncanmcclean not for this site, I am not using multi-site

@duncanmcclean
Copy link
Member

Can you provide the Markdown file for one of the entries w/ categories & tags attached?

@LorikHa
Copy link
Author

LorikHa commented Mar 28, 2024

Can you provide the Markdown file for one of the entries w/ categories & tags attached?

{
"topline": "top line text",
"title": "test title",
"teaser": "teaset text",
"header_media": null,
"media_fs_type": "1",
"media_fs_image": "_gettyimages-1266344041.jpg",
"media_fs_gallery": null,
"media_fs_video": null,
"content_section": null,
"content": [
{
"type": "paragraph",
"content": [
{
"type": "text",
"text": "test content"
}
]
}
],
"needs_review": null,
"author": "adfgadfsg",
"additional_authors": [
"adfgadfsg"
],
"author_visible": true,
"publish_date": "2024-03-28 13:55",
"expiry_date": null,
"tags": [
"anzeige",
"arbeitskraftabsicherung"
],
"category": "biometrie",
"label": null,
"special": null,
"newsletter": true,
"meta_title": null,
"meta_description": null,
"meta_keywords": null,
"related_articles": null,
"display_related_articles": null,
"updated_by": 30,
"updated_at": 1711630519
}

@LorikHa
Copy link
Author

LorikHa commented Mar 29, 2024

Hi @duncanmcclean , thank you for responding so fast about this issue, please find below all the details about my statamic web

**Environment
Application Name: Statamic
Laravel Version: 9.52.16
PHP Version: 8.2.13
Composer Version: 2.6.2
Environment: local
Debug Mode: ENABLED
URL: my-site.com
Maintenance Mode: OFF

Cache
Config: NOT CACHED
Events: NOT CACHED
Routes: NOT CACHED
Views: CACHED

Drivers
Broadcasting: log
Cache: statamic
Database: mysql
Logs: cron
Mail: smtp
Queue: sync
Session: file

Statamic
Addons: 6
Antlers: regex
Sites: 1
Stache Watcher: Enabled
Static Caching: Disabled
Version: 4.48.0 PRO

Statamic Addons
my-packages/statamic-utility-translations-manager: 1.0
my-packages/statamic-widget-uncompleted-assets: 1.0
aryehraber/statamic-logbook: 3.2.0
cp-statamic/eloquent-entries: 1.0
statamic/collaboration: 0.6.0
thoughtco/statamic-restrict-fields: 1.1.0**

@duncanmcclean
Copy link
Member

I've just tested this again and I'm still not able to reproduce... terms show fine for me:

CleanShot 2024-04-03 at 14 58 29

I notice you're using cp-statamic/eloquent-entries which isn't our official Eloquent Driver. I can't find the eloquent-entries package on Packagist so I assume it's custom.

If you create a fresh site using flat-files or the official Eloquent Driver, are you still able to reproduce the issue?

@duncanmcclean
Copy link
Member

Since I'm not able to reproduce and haven't heard back from you since my last comment, I'm going to close this issue now.

If you're still experiencing this issue using the official Eloquent Driver, leave a comment and we can re-open this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants