UI - 'Recheck all' should return back to the correct group/tag

This commit is contained in:
dgtlmoon
2025-12-11 17:13:20 +01:00
parent d7dbc50d70
commit c702fffce2
+1 -1
View File
@@ -249,7 +249,7 @@ def construct_blueprint(datastore: ChangeDetectionStore, update_q, worker_handle
if i == 0:
flash("No watches available to recheck.")
return redirect(url_for('watchlist.index'))
return redirect(url_for('watchlist.index', **({'tag': tag} if tag else {})))
@ui_blueprint.route("/form/checkbox-operations", methods=['POST'])
@login_optionally_required