Skip to content

Commit

Permalink
Ajout de la sous catégorie d'objet aux paramètres d'url de la carte (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
fabienheureux authored Jan 15, 2025
1 parent 429cf95 commit d0216d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qfdmd/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit d0216d3

Please sign in to comment.