-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Labels
Description
Describe the bug
Here is a CORRECTED report of the closed issue #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:
- Create one or several watches.
- PAUSE these watches.
- Assign a tag to these watches.
- Select the tag in the tag list.
- Scroll down to the button 'Recheck all in ¨_tag-name_"'.
- Press it.
- Observe that none of the paused watches were enqueued.
- Observe that notification informs: "0 watches queued for rechecking."
Expected behavior
- All watches with the tag should be enqueued, including paused.
- The notification should inform: "N watches queued for rechecking."