Skip to content

Regenerate Existing Images Job: Display errors on main settings screen #488

@mxbclang

Description

@mxbclang

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 parameters
    • taxonomy: 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions