eloquent-driver
eloquent-driver copied to clipboard
Parent not valid when creating a Child in a Structured Collection
When I use the "Create Child Entry" option to create a new entry with a particular parent the parent does not seem to be valid.


When I convert the request parameter to type int in the create method of the EntriesController (here) the issue seems to be resolved.
Even though this is not part of the eloquent-driver I imagine the problem being that the eloquent driver somewhere expects an int id where it gets the string from the request parameter.
Can you check this against v1? I think this issue can be closed.