-
Notifications
You must be signed in to change notification settings - Fork 4
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
Forms not being generated at /@@edit #12
Comments
Hello, Do you confirm the call returning a response without Are you using the |
My "educated" guess is that
|
so you do get data in |
When viewing the @@edit link for an item the form isn't being generated. I get this error in the console
ERROR TypeError: Cannot convert undefined or null to object at Function.keys (<anonymous>) at EditView.flattenSchema (guillotinaweb-grange.js:853)
.Did a bit of digging and found that the schema returned from my guillotina doesn't have a
definition
property which is what's causing the error. However I'm not sure if this is a guillotina or grange issue because even with a basic/default Folder created through Grange I get the same issue. Any ideas what could be causing this?The text was updated successfully, but these errors were encountered: