We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4d0a0f commit 2fcb84cCopy full SHA for 2fcb84c
qfdmd/models.py
@@ -326,7 +326,6 @@ def get_etats_descriptions(self) -> tuple[str, str] | None:
326
327
@property
328
def carte_settings(self):
329
- # TODO : gérer plusieurs catégories ici
330
sous_categories = self.sous_categories.filter(afficher_carte=True).all()
331
settings_querydict = QueryDict(mutable=True)
332
@@ -338,8 +337,6 @@ def carte_settings(self):
338
337
"direction": "jai",
339
"first_dir": "jai",
340
"limit": 25,
341
- "sc_id": sous_categories.first().id,
342
- "sous_categorie_objet": sous_categories.first().libelle,
343
}
344
)
345
0 commit comments