Bug on ZM 1.22.0

Support and queries relating to all previous versions of ZoneMinder
Locked
George
Posts: 4
Joined: Thu Oct 20, 2005 9:21 am

Bug on ZM 1.22.0

Post by George »

1. Unable to delete monitors
2. Unable to add/modify/delete controls

Can be solved by zm_actions.php modify.

928c928
< if ( isset($mid) && canEdit( 'Control' ) )
---
> if ( (isset($cid) || isset($mark_cids)) && canEdit( 'Control' ) )
992c992
< if ( isset($mid) && canEdit( 'Monitors', $mid ) )
---
> if ( (isset($mid) || isset($mark_mids)) && canEdit( 'Monitors', $mid ) )
User avatar
zoneminder
Site Admin
Posts: 5215
Joined: Wed Jul 09, 2003 2:07 pm
Location: Bristol, UK
Contact:

Post by zoneminder »

Thanks for this. These bugs have been corrected in the forthcoming 1.22.1 release.
Phil
Locked