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> |
||
|---|---|---|
| .. | ||
| ajax | ||
| api | ||
| css | ||
| fonts | ||
| graphics | ||
| includes | ||
| js | ||
| lang | ||
| skins/classic | ||
| sounds | ||
| vendor | ||
| views | ||
| .editorconfig | ||
| .gitignore | ||
| .travis.yml | ||
| CMakeLists.txt | ||
| README.md | ||
| composer.json | ||
| composer.lock | ||
| index.php | ||
| robots.txt | ||
README.md
Modern ZoneMinder Skin
This web frontend to ZoneMinder is a complete rewrite of the classic frontend, based on CakePHP.