Bug #11223 Duplicate

Channel Assignment (Member Groups) has no effect on entries listing

Version: EE 2.0.1PB 20100121 Reporter: franci

This is an archived bug report. If you are experiencing a similar issue, upgrade to the latest release and if that does not solve the problem, submit a new bug report

Member Group Settings >  Channel Assignment >  “Can post and edit entries in: ...”

If the value is set to “no” the member group can’t access/edit entries from the selected channel, but the entries are still listet in the “Edit Channel Entries” list.


possible solution:

INSIDE class Search_model ADD BEFORE >>> if ($data['date_range']) <<<
/******************************* START *******************************/
if ( is_array($data['allowed_channels']) && count($data['allowed_channels']) )
{
    $where_clause .= " AND exp_channel_titles.channel_id IN (".implode(',',$data['allowed_channels']).")";
}   
/******************************* END *******************************/


INSIDE class Content_edit ADD AFTER >>> $filter_data['channel_id'] = $channel_id; <<<
/******************************* START *******************************/  
$filter_data['allowed_channels'] = $allowed_channels;
/******************************* END *******************************/
.(JavaScript must be enabled to view this email address)

ExpressionEngine News!

#eecms, #events, #releases