Files
zoneminder/web
copilot-swe-agent[bot] ec1571aac7 fix: remove conflicting minTime/maxTime fields from montage review download
The download was failing because click_download() sent both the form's
filter (containing StartDateTime terms) AND separate minTime/maxTime
fields. In download.php, the has_term check only looked for 'DateTime'
not 'StartDateTime', so a duplicate conflicting constraint was added.

Remove the redundant minTime/maxTime/minTimeSecs/maxTimeSecs from
click_download() since the filter already carries the time range.
Remove the dead/conflicting handling in download.php.

refs #4774

Co-authored-by: connortechnology <925519+connortechnology@users.noreply.github.com>
2026-03-05 02:08:10 +00:00
..

Modern ZoneMinder Skin

This web frontend to ZoneMinder is a complete rewrite of the classic frontend, based on CakePHP.