Tom 'Neal'

Results 2 comments of Tom 'Neal'

When using Model bindings in your screen method (say the save function for example) you get a 404 when trying to save a new instance of a child relation: ![image](https://user-images.githubusercontent.com/95683914/185585002-3b35611d-e673-466b-ab9d-dd77f1c4940f.png)...

I have the same issue, after some digging through the screen flow of Orchid I found the following in src/Screen/Screen.php:197 ```php /** * @param mixed ...$parameters * * @throws Throwable...