Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(content-distribution): sync non-publish posts #213

Merged
merged 2 commits into from
Feb 12, 2025

Conversation

miguelpeixe
Copy link
Member

@miguelpeixe miguelpeixe commented Feb 12, 2025

1208510338230630-as-1209335539861544

The logic to prevent distributing a post when it's not published is at the instantiation level for the Outgoing_Post object, which creates issues when an already published and distributed post moves to draft. We need to be able to instantiate the object, since it has already been distributed.

This causes issues when attempting to sync a distributed post when it moves to non-publish statuses.

This PR removes that restriction from the constructor and applies to the distribution API callback.

Testing

  1. While on trunk, distribute a post with status on create set to publish
  2. Move the post to draft and confirm that the change does not propagate
  3. Checkout this branch, repeat steps 1 and 2 and confirm the status changes are synced

@miguelpeixe miguelpeixe self-assigned this Feb 12, 2025
@miguelpeixe miguelpeixe requested a review from a team as a code owner February 12, 2025 13:11
@miguelpeixe miguelpeixe requested a review from naxoc February 12, 2025 14:19
Copy link
Member

@naxoc naxoc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup. Tested this and it looks good!

@miguelpeixe miguelpeixe merged commit ba3cd6a into trunk Feb 12, 2025
4 checks passed
@miguelpeixe miguelpeixe deleted the fix/content-distribution-non-publish-sync branch February 12, 2025 15:49
Copy link

Hey @miguelpeixe, good job getting this PR merged! 🎉

Now, the needs-changelog label has been added to it.

Please check if this PR needs to be included in the "Upcoming Changes" and "Release Notes" doc. If it doesn't, simply remove the label.

If it does, please add an entry to our shared document, with screenshots and testing instructions if applicable, then remove the label.

Thank you! ❤️

matticbot pushed a commit that referenced this pull request Feb 20, 2025
# [2.7.0-alpha.1](v2.6.0...v2.7.0-alpha.1) (2025-02-20)

### Bug Fixes

* **content-distribution:** change link to edit origin post ([#215](#215)) ([ed70561](ed70561))
* **content-distribution:** link to post on incoming ([#211](#211)) ([638fa8a](638fa8a))
* **content-distribution:** sync non-publish posts ([#213](#213)) ([ba3cd6a](ba3cd6a))
* **content-distribution:** update icon to broadcast ([#214](#214)) ([df0e740](df0e740))

### Features

* **content-distribution:** default distribution status ([#216](#216)) ([df19856](df19856))
@matticbot
Copy link
Contributor

🎉 This PR is included in version 2.7.0-alpha.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

3 participants