mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-05-14 17:44:40 -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>
Modern ZoneMinder Skin
This web frontend to ZoneMinder is a complete rewrite of the classic frontend, based on CakePHP.