Bug: schedule() allows re-scheduling already-posted items #121
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Audit Finding
Severity: Low
Issue:
PostsController::schedule()sets any selected post tostatus=queuedregardless of current status. Posts withpostedorpostingstatus can be re-queued, causing duplicate cross-posts.Fix: Add WHERE status filter to only allow scheduling of queued/failed/cancelled posts.
Files:
PostsController.phpBranch created:
feature/121-bug-schedule-allows-re-scheduling-alread