silverstripe / silverstripe-versioned

Versioning for Silverstripe model
BSD 3-Clause "New" or "Revised" License
8 stars 35 forks source link

Implement API to determine if owned object need to be published #420

Closed maxime-rainville closed 1 year ago

maxime-rainville commented 1 year ago

As a developer, I want the capability to determined if they are any outstanding changes on a child object that need to be published.

Context

@mfendeksilverstripe has already implemented this in a PR #328. This issue is just backfilling.

Note that "owned" in this context is a bit ambiguous, as the PR includes cascade_duplicates in its concept of "owned".

Acceptance criteria

Notes

Edge cases

Pull requests

Parent epic

GuySartorelli commented 1 year ago

PR merged. The API will be available from CMS 5.2