Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

N'afficher que les départements relatifs à la région sélectionnée, si pertinent #502

Merged
merged 1 commit into from
Jan 19, 2022

Conversation

tut-tuuut
Copy link
Member

🌮 Objectif

Quand on sélectionne un filtre par région dans l'admin, (par ex. grand est) on a toujours les 102 départements qui sont affichés dans le filtre éponyme. Ce serait plus malin de n'afficher que les départements de la région sélectionnée.

🔍 Implémentation

  • Utilisation de l'objet request pour modifier ce qu'on va chercher dans les lookups.
  • Ajout de tests (avec utilisation d'une RequestFactory parce que None ne passe plus comme paramètre request)

🖼️ Images

C'est quand même plus sympa comme ça :

Capture d’écran 2022-01-18 à 12 28 59

@@ -115,14 +115,28 @@ class DepartmentFilter(SimpleListFilter):
filter_parameter_name = "zipcode"

@classmethod
def generate_filter_list(cls):
def generate_filter_list(cls, region=None):
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On doit pouvoir faire plus propre dans cette partie-là, mais j'arrivais pas à compiler… ><

Base automatically changed from ahr/add-filters-in-habilitation-admin to main January 19, 2022 10:14
@tut-tuuut tut-tuuut force-pushed the ahr/display-only-region-departments-if-relevant branch from 407f415 to a0a60fa Compare January 19, 2022 10:15
@tut-tuuut tut-tuuut merged commit 63fb5cd into main Jan 19, 2022
@tut-tuuut tut-tuuut deleted the ahr/display-only-region-departments-if-relevant branch January 19, 2022 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants