-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creating Partij in Admin Interface results in a 500 error #303
Comments
Question: can I 'restore' the admin interface by deleting the two Partijen? |
For reference, I think what is going on here is that the admin does not enforce the presence of the corresponding In other words, the admin currently does not enforce that there is always one (and only one) of these three child models related to the |
Additional info: At this point the whole Partijen-interface of the Admin is broken in our installation:
I tried to delete them via Postman, but the response i get is:
So we are a little hampered in the admin interface .... |
@SonnyBA are you aware of this ticket and could you have a look into this? |
Product versie / Product version
2.4.0 83f9aec
Omschrijf het probleem / Describe the bug
I tried to create a Partij through the Admin interface. I clicked "Opslaan en opnieuw bewerken", because i wanted to Add a
partijIdenficator
next. But that button resulted in a 500-error (white screen with text: Sorry, a server error has occurred (500))I then created a
partij
using Postman:When I then tried to view the details of that partij in the Admin interface, I also get a 500-error.
NB: i see that the URL that gives the error is https://openklant24.dev.kiss-demo.nl/admin/klantinteracties/partij/2/change/, whereas the
nummer
of thePartij
is0000000001
. I'm not sure if that might be relevant.I created a second partij. And at this point I can see 2 Partijen in the Admin interface, on https://openklant24.dev.kiss-demo.nl/admin/klantinteracties/partij/
But when i click to view the details i get a 500 error.
And by now, when I click the "Partij toevoegen"-button, I also get a 500-error.
Stappen om te reproduceren / Steps to reproduce
No response
Verwacht gedrag / Expected behavior
No response
The text was updated successfully, but these errors were encountered: