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
- Go to
/admin/perspectives
- Find a draft article in the list
- Click on it
- 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.
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
/admin/perspectives/perspectives/[slug]— returns 404 because the article is not yet publishedExpected 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/perspectivesImpact
Admins and Editorial leads cannot access or edit draft articles submitted by members. The only workaround is guessing at an edit URL pattern.