eloquent-driver icon indicating copy to clipboard operation
eloquent-driver copied to clipboard

Parent not valid when creating a Child in a Structured Collection

Open buffalom opened this issue 4 years ago • 1 comments

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.

image

image

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.

buffalom avatar Feb 19 '21 13:02 buffalom

Can you check this against v1? I think this issue can be closed.

ryanmitchell avatar Sep 05 '22 06:09 ryanmitchell