Répondre aux sondages à la place des fanfarons #42
No reviewers
Labels
No labels
Doing
Good first issue
To Do
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: DGNum/ernestophone.ens.fr#42
Loading…
Reference in a new issue
No description provided.
Delete branch "mdebray/repondre_aux_sondages_a_la_place_des_fanfarons"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Feature demandée par les cheffes.
Pour ne pas avoir une liste déroulante de 300 fanfarons sur le choix du participant, j'ai utilisé l'attribut
autocomplete_fields
. Cependant ce paramètre impose que le modèle pointé par la fk soit dans l'admin et que leModelAdmin
associé définisse l'attributsearch_field
. J'ai donc dû rajouter unModelAdmin
pourErnestoUser
parce que le modèleParticipant
a une fk surErnestoUser
(et pasUser
, ce qui pose problème ici).assigned to @lgalland
changed the description
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.