Kaspar Rosin
Kaspar Rosin
Depending on a sibling fields inside SimpleRepeatable is not yet supported like so. Pull requests are welcome.
@Victor1995fed Could you submit a pull request and I'd take a look at it.
@bocanhcam I think due to how the laravel nova core logic works it would be a rather hacky solution. Luckly this issue does not affect most users.
This is probably the same issue referenced in [#26](https://github.com/outl1ne/nova-detached-filters/issues/24#issuecomment-1168658030) and which i opened a issue (now discussion) for in nova-issues [#4508](https://github.com/laravel/nova-issues/discussions/4508) The syncing seems to be a bigger issue than...
I think I agree with you. I'd even go as far and say that this should be the behaviour out of the box without additional configuration or passing a 3rd...
@allantatter Maybe we should look into policies instead/also. https://nova.laravel.com/docs/3.0/resources/authorization.html#policies Then we can define what exactly can the user do. We could build upon that to allow users to view only...
Hey 👋🏻 Haven't gotten around to testing this package with Nova 4 yet. Nova introduced a lot of new things, which could have broken this package. We have a backlog...
Hei! 👋🏻 Pull requests are welcome. This is most likely caused by us not calling `$data->save();` after changing published state. https://github.com/optimistdigital/nova-drafts/blob/master/src/Models/Draft.php#L32 I currently don't have a test project with drafts...
Also, since i'm using the replicate() function, not sure whether laravel calls the created function alongside with it. https://github.com/optimistdigital/nova-drafts/blob/master/src/Models/Draft.php#L23
Thank you for the feature request. I currently don't have time to implement this since i'm working on another project, but pull requests are more than welcome.