Skip to content

Feature request: filter the content list by pending changes (published entries with divergent drafts) #2518

Description

@juliatetrud

Version: 0.33.0.

The content list badges rows with "Pending changes" (draft revision differs from live), but the status filter can only express Published/Draft/Scheduled/Archived — there is no way to surface all published entries with unpublished edits at once, which is the review queue an editor actually wants before a publish pass.

Suggestion: a "Pending changes" option in the status filter (server-side: live_revision_id IS NOT NULL AND draft_revision_id IS NOT NULL AND draft_revision_id != live_revision_id, i.e. the same condition as getDraftStatus() === "published_with_changes"), or a sortable pending-changes column. The list query schema already types status as an open string, so a virtual status token slots in cleanly — we're running exactly that as a local patch (repo + list FilterBar) and happy to PR it.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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