Skip to content

Commit

Permalink
[Unregistration] increase app-version for required reason (#11397)
Browse files Browse the repository at this point in the history
  • Loading branch information
ottaviano authored Jan 30, 2025
1 parent f9512c5 commit beb7290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/Api/ProfileController.php
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ public function terminateMembershipAction(
/** @var Adherent $user */
$validationGroups = [$user->isRenaissanceAdherent() ? 'unregister_adherent' : 'unregister_user'];

if ($user->getAuthAppVersion() >= 5110000) {
if ($user->getAuthAppVersion() >= 5180000) {
$validationGroups[] = 'unregister';
}

Expand Down

0 comments on commit beb7290

Please sign in to comment.