-
Notifications
You must be signed in to change notification settings - Fork 131
Closed as not planned
Closed as not planned
Copy link
Labels
[Plugin] Performance LabIssue relates to work in the Performance Lab Plugin onlyIssue relates to work in the Performance Lab Plugin only[Plugin] Regenerate Existing ImagesIssues for the Regenerate Existing Images moduleIssues for the Regenerate Existing Images module
Description
Extend the Main Settings Screen to display any errors that occurred when running the 'regenerate_images' job.
Acceptance Criteria
- Create a
get_terms
query with the following parameterstaxonomy
:background_job
name
:regenerate_images
meta_query
:array( array( 'key' => 'job_errors', 'compare' => 'EXISTS' ) )
- Loop over the terms and display the following data for each job:
- The job ID as the number and title - e.g
#123 Regenerate Images
- Underneath, retrieve the
job_errors
term meta and loop over each error and display the time and error message
- The job ID as the number and title - e.g
Metadata
Metadata
Assignees
Labels
[Plugin] Performance LabIssue relates to work in the Performance Lab Plugin onlyIssue relates to work in the Performance Lab Plugin only[Plugin] Regenerate Existing ImagesIssues for the Regenerate Existing Images moduleIssues for the Regenerate Existing Images module