-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 post status issues in Scheduling screen #13591
Conversation
You can trigger an installable build for these changes by visiting CircleCI here. |
Hey there! I'm moving this to 14.5 because 14.4 has just been cut. If you want this to make it to 14.4, please feel free to ping me! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @bjtitus .
This seems to work as intended. After updating the release note,
RELEASE-NOTES.txt
Outdated
@@ -1,6 +1,7 @@ | |||
14.4 | |||
----- | |||
* Post Settings: Fixes the displayed publish date of posts which are to be immediately published. | |||
* Post Settings: Fix issue where the status of a post showed "Scheduled" instead of "Published" after scheduling before the current date. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a note to move this to 14.5.
@bjtitus , currently in 14.5 beta and develop we are not able to set a past date for a post please look at this issue @designsimply created and the videos in it. I'm experiencing the same issue. cc: @bummytime |
Fixes #13586
Consolidates the logic for converting a Post to the proper PublishSettingsViewModel status and adds unit tests.
To test:
PR submission checklist:
RELEASE-NOTES.txt
if necessary.