feat(club): add other contact type for club + fix switching presentation order when change type
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user