diff --git a/modules/apigee_edge_teams/src/Entity/Form/TeamForm.php b/modules/apigee_edge_teams/src/Entity/Form/TeamForm.php index 452e3062..436de1fa 100644 --- a/modules/apigee_edge_teams/src/Entity/Form/TeamForm.php +++ b/modules/apigee_edge_teams/src/Entity/Form/TeamForm.php @@ -163,7 +163,6 @@ public function buildEntity(array $form, FormStateInterface $form_state) { // We add to any team to make sure team creation works for mint orgs even // if they do not enable the m10n teams module. if ($this->orgController->isOrganizationApigeeX()) { - $team->setAttribute(static::APPGROUP_ADMIN_EMAIL_ATTRIBUTE, '[{"developer":"' . $this->currentUser->getEmail() . '","roles":["admin"]}]'); global $base_url; // Channel url for a team. $team->setChannelUri($base_url . '/teams/' . $team->id());