Replies: 1 comment
-
I've moved this in to an issue since it sounds like a bug: #268 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello again,
When I try to save hasMany related child item, it gives me following error:
Call to undefined method /App/Models/ChildModelName::parent_item_id()
Saving in it self works correctly. I tried to follow this up and things point to here: https://github.com/duncanmcclean/runway/blob/27d1850a5b0a3baeeee55606bcc2b4cb389959ea/src/Http/Controllers/ResourceController.php#L298
I'll build you an example project here: https://github.com/Glenf/runway-hasMany-issue
Steps to reproduce (with example project):
Beta Was this translation helpful? Give feedback.
All reactions