Développement #41939
Les choix d'utilisateurs à ajouter dans un rôle ne tienne pas compte du setting qui restreint la collectivité
Start date:
21 April 2020
Due date:
% Done:
0%
Estimated time:
Patch proposed:
Yes
Planning:
No
Description
- Mettre ROLE_MEMBERS_FROM_OU à True
- Aller sur la page d'un rôle d'une OU
- Dans la liste des utilisateurs ajoutables, on voit ceux de toutes les OU
C'est cassé depuis #41017, ça sera sûrement résolu par #37159, mais il faudrait fixer le test qui fait
assert not response.context['form'].fields['user'].queryset.query.where
au lieu de vraiment regarder quels choix sont affichés.
Files
Associated revisions
tests: check for actual widget choices (#41939)
History
Updated by Valentin Deniaud over 4 years ago
- File 0002-tests-check-for-actual-widget-choices-41939.patch 0002-tests-check-for-actual-widget-choices-41939.patch added
- File 0001-tests-add-select2-test-helper-41939.patch 0001-tests-add-select2-test-helper-41939.patch added
- Tracker changed from Bug to Développement
- Status changed from Nouveau to Solution proposée
- Patch proposed changed from No to Yes
Updated by Benjamin Dauvergne over 4 years ago
- Status changed from Solution proposée to Solution validée
Updated by Valentin Deniaud over 4 years ago
- Status changed from Solution validée to Résolu (à déployer)
commit ffb04c1ab31fa054d7334844cf03c39109e6a1fc Author: Valentin Deniaud <vdeniaud@entrouvert.com> Date: Thu May 28 15:05:37 2020 +0200 tests: check for actual widget choices (#41939) commit 80bb97d32842aa8fdb38ecb73d89aafb21238e88 Author: Valentin Deniaud <vdeniaud@entrouvert.com> Date: Thu May 28 14:24:06 2020 +0200 tests: add select2 test helper (#41939)
Updated by Frédéric Péters over 4 years ago
- Status changed from Résolu (à déployer) to Solution déployée
tests: add select2 test helper (#41939)