The 'Publishers' field in NewsletterEditPage has required=false and exists=true. Before T246958, that means that it will not successfully submit if empty.
After T246958, this field will successfully submit if empty. NewsletterEditPage::getManageForm should return a confirmation warning if 'Publishers' is empty, but handles the empty input incorrectly, and an error is thrown from getIdsFromUsers.