mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-31 04:02:54 -04:00
The post-save redirect included filter query params in the URL, which caused the view to populate from request data instead of loading from the database. Since the querystring omitted Name and UserId, both fields appeared empty/wrong after reload. Remove the querystring from the redirect so the view loads the saved filter from the database. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>