Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Commit

Permalink
Merge branch 'hotfix-3.0.x' of github.com:Internet2/comanage-registry…
Browse files Browse the repository at this point in the history
… into hotfix-3.0.x
  • Loading branch information
spartanicus committed Dec 22, 2017
2 parents 4ab3e11 + 0725f9f commit e3c3569
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,11 @@ public function provisionCoGroupDeleted($coProvisioningTargetData, $coGroup) {

public function provisionCoGroupReprovisionRequested($coProvisioningTargetData, $coGroup) {
$provisionerGroup = $this->CoGrouperProvisionerGroup->findProvisionerGroup($coProvisioningTargetData, $coGroup);

if(!isset($provisionerGroup)) {
$provisionerGroup = $this->CoGrouperProvisionerGroup->addProvisionerGroup($coProvisioningTargetData, $coGroup);
}

$groupName = $this->CoGrouperProvisionerGroup->getGrouperGroupName($provisionerGroup);
$groupDescription = $this->CoGrouperProvisionerGroup->getGrouperGroupDescription($provisionerGroup);
$groupDisplayExtension = $this->CoGrouperProvisionerGroup->getGroupDisplayExtension($provisionerGroup);
Expand Down

0 comments on commit e3c3569

Please sign in to comment.