makinacorpus / django-mapentity

Generic CRUD for geographic data
https://django-mapentity.readthedocs.io/en/stable/
BSD 3-Clause "New" or "Revised" License
42 stars 20 forks source link

fix add element on SelectMultipleWithProp widget #283

Closed TheoLechemia closed 9 months ago

TheoLechemia commented 11 months ago

L'ajout des éléménts créés à la "volée" via le widget SelectMultipleWithPop ne fonctionnait plus. Cette PR corrige ce bug

camillemonchicourt commented 11 months ago

Fix https://github.com/GeotrekCE/Geotrek-admin/issues/1299 Lié à https://github.com/GeotrekCE/Geotrek-admin/issues/3587

Les liens web, et à terme les organisateurs des événements (+ d'autres champs à venir) peuvent être complétés directement depuis les formulaires des modules et les listes déroulantes des formulaires sont directement complétés avec l'objet ajouté sans recharger la page.

submarcos commented 11 months ago

@TheoLechemia Merci. Une petite entrée dans le changelog serait bienvenue

codecov-commenter commented 11 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (3f3a949) 89.26% compared to head (6c4f420) 89.26%. Report is 4 commits behind head on master.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #283 +/- ## ======================================= Coverage 89.26% 89.26% ======================================= Files 32 32 Lines 2385 2385 ======================================= Hits 2129 2129 Misses 256 256 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

TheoLechemia commented 11 months ago

C'est fait