dgtlmoon / dgtlmoon/changedetection.io
'Recheck all in ¨tag-name"' doesn't enqueue PAUSED watches
@dgtlmoon is already working on this.
Since Jan 27, 2025.
- Dominant language
- Python
- Stars
- 34.3k
- Forks
- 2.1k
- Avg merge
- 22h 52m
- Merged PRs (30d)
- 70
Description
**Describe the bug**
Here is a **CORRECTED** report of the closed issue https://github.com/dgtlmoon/changedetection.io/issues/2932
The UI has a button called 'Recheck all in ¨_tag-name_"' under the list of watches assigned to a tag. Pressing it doesn't enqueue _paused watches_ for re-checking. The appearing notification always says "0 watches queued for rechecking." _Non-paused watches_ are enqueued as expected.
**Version**
0.49.0
**How did you install?**
Docker
**To Reproduce**
Steps to reproduce the behavior:
1. Create one or several watches.
2. _PAUSE these watches_.
3. Assign a tag to these watches.
4. Select the tag in the tag list.
5. Scroll down to the button 'Recheck all in ¨_tag-name_"'.
6. Press it.
7. Observe that none of the _paused_ watches were enqueued.
8. Observe that notification informs: "0 watches queued for rechecking."
**Expected behavior**
1. All watches with the tag should be enqueued, including paused.
2. The notification should inform: "N watches queued for rechecking."
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.