feat(club): add other contact type for club + fix switching presentation order when change type

This commit is contained in:
2025-02-14 14:44:54 +01:00
parent 9f4adbe4a4
commit 9e9e8525d6
2 changed files with 22 additions and 15 deletions

View File

@@ -2,7 +2,6 @@ package fr.titionfire.ffsaf.utils;
import io.quarkus.runtime.annotations.RegisterForReflection;
import javax.naming.ldap.HasControls;
import java.util.HashMap;
@RegisterForReflection
@@ -11,7 +10,8 @@ public enum Contact {
TELEPHONE("Téléphone"),
SITE("Site web"),
FACEBOOK("Facebook"),
INSTAGRAM("Instagram");
INSTAGRAM("Instagram"),
AUTRE("Autre");
public String name;