When including “Author Lists” in the “Include members in” settings, the members from the checked membergroup are not listed in the author list of an entry. Can be fixed in ChannelEntry.php by removing the filter
public function populateAuthors($field)
{
// Authors
$author_options = array();
// Get all admins
$authors = ee('Model')->get('Member')
->filter('group_id', 1)
->all();Just an internal note, marking this as a duplicate of https://ellislab.com/forums/viewthread/248057/
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.