Skip to content

v1.2.1

Choose a tag to compare

@CarloBu CarloBu released this 29 Apr 10:50
· 37 commits to main since this release

Fixed

  • Status badge no longer collapses to "draft" after dragging a "changed" or
    "published" page to a new parent (and after a combined parent move +
    reorder on a published page). The badge calculation previously relied on
    the main collection row's _status, which Payload populates with draft
    data on autosave-enabled collections; it now derives "changed" by checking
    for an existing published version in the versions table, matching
    Payload's own admin Status component.