From d0216d33848e6468c22715a5688d91deeee894bb Mon Sep 17 00:00:00 2001 From: Fabien Le Frapper Date: Wed, 15 Jan 2025 19:30:48 +0100 Subject: [PATCH] =?UTF-8?q?Ajout=20de=20la=20sous=20cat=C3=A9gorie=20d'obj?= =?UTF-8?q?et=20aux=20param=C3=A8tres=20d'url=20de=20la=20carte=20(#1218)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- qfdmd/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/qfdmd/models.py b/qfdmd/models.py index 1fb3bbde6..59af9328f 100644 --- a/qfdmd/models.py +++ b/qfdmd/models.py @@ -98,6 +98,7 @@ def carte_settings(self): "first_dir": "jai", "limit": 25, "sc_id": sous_categorie.id, + "sous_categorie_objet": sous_categorie.libelle, } def get_url_carte(self, actions=None):