Skip to content

Commit

Permalink
BUGFIX Organizers gives 409 in admin panel
Browse files Browse the repository at this point in the history
  • Loading branch information
Koen Eelen committed Jul 9, 2024
1 parent ca20d72 commit f8a19ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Domain/Integrations/Models/IntegrationModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ final class IntegrationModel extends UuidModel
protected $attributes = [
'status' => IntegrationStatus::Draft,
'partner_status' => IntegrationPartnerStatus::THIRD_PARTY,
'type' => IntegrationType::UiTPAS->value,
];

public function canBeActivated(): bool
Expand Down

0 comments on commit f8a19ee

Please sign in to comment.