Anomalie #1761
closedPagination and search on members list broken adding contribution
100%
Description
Pagination and search on members dropdown is brokan when adding a new contribution. It works fine when editing
Updated by Johan Cwiklinski 10 months ago
Problem is members dropdown definition is overridden to calculate end dates:
https://bugs.galette.eu/projects/galette/repository/62/revisions/master/entry/galette/templates/default/pages/contribution_form.html.twig#L271
I've tried several possibilities; but I've not been able to find how to make both members dropdown code and this one working together :/
@Guillaume AGNIERAY an idea maybe?
Updated by Guillaume AGNIERAY 10 months ago
Johan Cwiklinski a écrit (#note-1):
Problem is members dropdown definition is overridden to calculate end dates:
https://bugs.galette.eu/projects/galette/repository/62/revisions/master/entry/galette/templates/default/pages/contribution_form.html.twig#L271
Indeed, when adding a new contribution, the default dropdown action is required.
In this case, to have both the built in action occur with our custom action, onChange
must be used.
My proposal to solve this issue : PR#387
Updated by Guillaume AGNIERAY 9 months ago
- Status changed from Nouveau to Résolu
- % Done changed from 0 to 100
Appliqué par commit 97bda05b823cf1e6a7fd6456a1e62ade6c5d86c0.