Compare commits

...

1 Commits

Author SHA1 Message Date
dgtlmoon
c702fffce2 UI - 'Recheck all' should return back to the correct group/tag 2025-12-11 17:13:20 +01:00

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