View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0017710 | phpList 3 application | Campaign Send Process | public | 29-05-15 23:53 | 16-01-19 09:49 |
Reporter | michiel | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.0.12 | ||||
Fixed in Version | 3.2.0 | ||||
Summary | 0017710: can't stop a repeating campaign | ||||
Description | campaign in repetition - click pause then stop - campaign is in sent tab later on, campaign is back in active tab. | ||||
Tags | No tags attached. | ||||
|
I guess that you need to additionally turn-off repeat for the campaign. Either set the repeat interval to 0 or set the "repeat until" to be in the past. But neither of these are perhaps obvious so it needs to be documented somewhere. |
|
Yes, but this is a campaign that is "marked sent", and then it is resurrected and put back in the queue. I think the repetition check needs to check the status somewhere. |
|
Ah, https://github.com/phpList/phplist3/blob/master/public_html/lists/admin/actions/processqueue.php#L503 explicitly gets "sent" campaigns back in the queue. I guess the manually marking as sent, should also reset the requeueing |
|
https://github.com/phpList/phplist3/commit/1033e0fe21092a7bc0f2bcbd44dd23fceb64cfee |