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