Skip to content

Commit

Permalink
Removed overriding code for new instance running on all instance (#1072)
Browse files Browse the repository at this point in the history
Co-authored-by: Shishir <[email protected]>
  • Loading branch information
kedarkhaire and shishir-intelli authored Aug 20, 2024
1 parent 70a653f commit ca9b6db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/apigee_edge_teams/src/Entity/Form/TeamForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit ca9b6db

Please sign in to comment.