[BUG]: membership application cannot be accepted #483
Labels
No labels
bug
duplicate
enhancement
help wanted
high priority
invalid
L
low priority
M
medium priority
needs refinement
optional
question
S
UX Improvement
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: local-it/mitgliederverwaltung#483
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Expected Behavior
A membership application is accepted when I approve it and the member is added.
Current Behavior
I get an error clicking on approve
Possible Solution
Maybe it is connected to a required datafield (Mitgliedsnummer) that I do not have as field in my form? But even if I mark the datafield as not required I get the same behaviour for the existing application.
Steps to Reproduce
2.As admin click on approve
Can't reproduce the issue on members.test.kollicloud.de
Can you provide more details on the setup (e.g. instance, selected fields, maybe error message from browser console or even server logs?)
It is the local-it.org instance, so easiest for you would be trying to accept the open application there
Ah! We have some logs to investigate then:
Fixed via the recent join form date-field update in #492: join_date is now handled as a proper HTML date input, so new join requests store a valid ISO date instead of localized free-text values like 24.4.2026. That invalid date format was the root cause of the approval failure (create_member → join_date is invalid) seen in this issue. With this change, the reported failure no longer occurs for newly submitted requests.