Skip to content

Commit

Permalink
CPS-655: Fix new site deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
deb1990 committed Jun 27, 2021
1 parent 818043b commit 4b03306
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CRM/CiviAwards/Upgrader.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
use CRM_CiviAwards_Uninstall_RemoveCustomGroupSupportForApplicantManagement as RemoveCustomGroupSupportForApplicantManagement;
use CRM_CiviAwards_Setup_CreateAwardsMenus as CreateAwardsMenus;
use CRM_CiviAwards_Setup_UpdateAwardPaymentActivityStatusLabel as UpdateAwardPaymentActivityStatusLabel;
use CRM_Civicase_Setup_AddSingularLabels as AddSingularLabels;

/**
* Collection of upgrade steps.
Expand Down Expand Up @@ -43,6 +44,7 @@ public function install() {
new CreateAwardsMenus(),
new CreateAwardPaymentActivityTypes(),
new UpdateAwardPaymentActivityStatusLabel(),
new AddSingularLabels(),
];

foreach ($steps as $step) {
Expand Down

0 comments on commit 4b03306

Please sign in to comment.