Page 1 of 1

Bug on ZM 1.22.0

Posted: Thu Feb 23, 2006 2:04 pm
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 ) )

Posted: Fri Feb 24, 2006 11:14 pm
by zoneminder
Thanks for this. These bugs have been corrected in the forthcoming 1.22.1 release.