Skip to content

Admin perspectives list links to public URL instead of edit view for draft articles #1860

@geneticallymodifiedfoodforthought

Description

Bug Report

Description

In /admin/perspectives, clicking on a draft article navigates to the public-facing URL (e.g., /perspectives/[slug]) which returns a 404 since the article is unpublished. It should link to an admin edit/preview URL instead.

Steps to Reproduce

  1. Go to /admin/perspectives
  2. Find a draft article in the list
  3. Click on it
  4. Redirected to /perspectives/[slug] — returns 404 because the article is not yet published

Expected Behavior

Clicking a draft article in the admin list should open an editable/previewable admin view (e.g., /admin/perspectives/[slug]/edit), not the public URL.

Affected Page

/admin/perspectives

Impact

Admins and Editorial leads cannot access or edit draft articles submitted by members. The only workaround is guessing at an edit URL pattern.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions