Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Unregistration] increase app-version for required reason
Browse files Browse the repository at this point in the history
ottaviano committed Jan 30, 2025
1 parent f9512c5 commit 506efde
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
@@ -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';
}

0 comments on commit 506efde

Please sign in to comment.