You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before you create an issue, please make sure you have read the FAQ. Common questions on API, no image etc are covered there. Please also read HOWTO REPORT ISSUES
Before you create an issue, please make sure you have read the FAQ. Common questions on API, no image etc are covered there. Please also read HOWTO REPORT ISSUES
Platform & OS Version
The version of zmNinja you are reporting:
The version and OS of ZoneMinder you are using:
Device details:
Details
Events from monitors that are not present in the montage view do not show up in the event viewer. The zmNinja logs show them being loaded, but they are never rendered. I did some digging, and my best guess is that the
NVR.isNotHidden(key)
check on https://github.com/pliablepixels/zmNinja/blob/b7ec4bb5d05b834fe7343da06f4ec31f2078211a/www/js/EventCtrl.js#L1902 fails for them, andshowHiddenMonitors
is false because https://github.com/pliablepixels/zmNinja/blob/b7ec4bb5d05b834fe7343da06f4ec31f2078211a/www/js/EventCtrl.js#L101 only sets it true for the Monitors view.I'm going to send a plausible PR shortly.
The text was updated successfully, but these errors were encountered: