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

Missing "Show Details" link when viewing Error logs #1478

Closed
Visiluna opened this issue Jul 10, 2024 · 1 comment
Closed

Missing "Show Details" link when viewing Error logs #1478

Visiluna opened this issue Jul 10, 2024 · 1 comment
Labels

Comments

@Visiluna
Copy link

Description

When viewing FeedMe logs on the "Logs" tab with "Errors" selected from the "Show logs for:" dropdown, the "Show Details" link is missing. The link is present when viewing by "All" or "Info".

Steps to reproduce

  1. Run an import that produces errors.
  2. From the "Logs" tab, select "Errors" from the "Show logs for:" dropdown.

Additional info

  • Craft version: 5.2.5

  • PHP version: 8.2.20

  • Database driver & version: MySQL 8.0.36

  • Plugins & versions: FeedMe 6.2.0, CKEditor 4.1.0

  • Browser: Safari Version 17.5 (19618.2.12.11.6)

@Visiluna Visiluna added the bug label Jul 10, 2024
@i-just
Copy link
Contributor

i-just commented Aug 30, 2024

Hi, thanks for getting in touch! This is working as expected. The filtering is set to only show rows of a given level (info or error). If there’s a row that has sub-rows of the same type, the “Show Details” link will be shown.

The error-type rows usually don’t have any sub-rows that would also be of type error. This means that there are no details to show, so the “Show Details” link isn’t rendered. If there was an error that had a sub-row that was also of type error, the link would show.

@i-just i-just closed this as completed Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants