-
Notifications
You must be signed in to change notification settings - Fork 2
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
Cannot "add entry" to reference list #442
Comments
@chah3d does it make sense to deploy a new version on dev | on prod? @abdelqader-mohammad I could do it you want me to. |
I can't see the unwanted text at the beginning. I have two forms (one for Edit and the other for Create). @lgalke you can do it, please |
I pushed a fix and deployed it on dev and prod. @abdelqader-mohammad the debug information was only shown at dev endpoint. I also now disabled it, there. |
Thanks for your quick work, everything looks good now. But I can't Error creating entry EDIT: I only filled out the category "raw text", are there any mandatory fields I should have filled out? |
We call the entry.create service from the backend. Inspecting the error message, it is caused by a spurious validation check that enforces the 'references' field to be filled with some id. Of course that should not happen at that point, @anlausch needs to tackle this. |
I just tried to add another entry to a reference list and I see this after clicking
add entry
:This can't be right. I would expect that I only get the second form.
I don't know if the 400 error that follows my
submit
is a consequential error of the first problem but here is the error:The text was updated successfully, but these errors were encountered: