From ee601b3523ec96a23105eda6817623b7d9b30bf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Delafontaine?= Date: Tue, 30 Jul 2024 16:06:01 +0200 Subject: [PATCH] =?UTF-8?q?THE-1333=20remplacement=20de=20la=20variable=20?= =?UTF-8?q?titrePrincipal=20qui=20n'est=20pas=20mapp=C3=A9e=20par=20titre?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/theses/search/AdvancedForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/theses/search/AdvancedForm.vue b/components/theses/search/AdvancedForm.vue index 7c1c1033..57d6a704 100644 --- a/components/theses/search/AdvancedForm.vue +++ b/components/theses/search/AdvancedForm.vue @@ -147,7 +147,7 @@ const formFields = useState("formFields", () => [ ]); function addField() { - formFields.value.push({ value: '', type: 'titrePrincipal' }); + formFields.value.push({ value: '', type: 'titres.\\*' }); }; function removeField(index) {