generated from gitea_admin/default
dev
This commit is contained in:
@@ -196,6 +196,12 @@
|
||||
//--------------------
|
||||
// DONNÉES POUR LES CONCERTS À VENIR …
|
||||
//--------------------
|
||||
const saisonsFiltre = computed(() => {
|
||||
const values = [String(runtimeConfig.public.saison || "").trim(), "2025/2026"]
|
||||
.filter(Boolean)
|
||||
|
||||
return [...new Set(values)]
|
||||
})
|
||||
const { concerts, refresh } = useConcerts({
|
||||
locale: "fr-FR",
|
||||
populate: {
|
||||
@@ -206,7 +212,7 @@
|
||||
filters: {
|
||||
saison_concert: {
|
||||
nom_saison: {
|
||||
$eq: String(runtimeConfig.public.saison),
|
||||
$in: saisonsFiltre.value,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user