Open BobbyBorisov opened 5 years ago
+1 the same here
@sohaibafifi did you manage to fix it?
@sohaibafifi did you manage to fix it?
Not really. Looks like a dead project
@BobbyBorisov I have made a lot of customization and I am unknown of what are the changes made as I am not working with Nova recently. I dont manage this Nova package. But if I have time I will make a sample project solving this issue and hopefully that will help you.
Hey i am using Laravel Nova 2.3.0 and your latest version 3.0.4 but somehow when I try to create two nested objects like Questions has Answers, Answers has Categories it does not work. It says that it cannot save the form and gives me 422 error like following "answers[1][answer]: ["The answer field is required."], I am using the package with no customization. When i try to create just 1 question with 1 answer and 1 category for it, it works. but when there are 2 answers with 1 category each it gives me this error.
Is anybody else experiencing the same issue?
My code is below:
Nova\Question.php
Models\Question.php
Nova\Answer.php
Models\Answer.php
Nova\Category.php
Models\Category.php