Skip to content

OwnershipNotice pseudo-field appears as sort option in collection list #591

@jamiefolsom

Description

@jamiefolsom

The `_ownershipNotice` pseudo-field added by PR #586 for the read-only banner shows up as a sort option in the Posts and Paths collection list views:

  • "_ownershipNotice (Ascending)"
  • "_ownershipNotice (Descending)"

This is cosmetic noise. The field is a UI-only component (`OwnershipNotice.tsx`) that renders a banner, not actual data.

Possible fixes:

  • Find a TinaCMS field option to exclude from sort/filter
  • Use a different mechanism to inject the banner (e.g., `cmsCallback` DOM injection instead of a pseudo-field)
  • Accept it as a minor cosmetic issue

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions