outl1ne / nova-drafts

A Laravel Nova package that allows you to make drafts of your current resources.
MIT License
29 stars 8 forks source link

[BUG] - Fields are not showing up on Nova 4 #34

Open DorianBourcet opened 2 years ago

DorianBourcet commented 2 years ago

Describe the bug Hello! I tried to use nova-draft on Nova 4. Despite adding the three required fields to the "draftable" resource, none of them is showing up. Would you have any idea? Thank you

To Reproduce Steps to reproduce the behavior: Install the package, create the needed columns in the table's resource, then add the three required fields to the Resource.

Expected behavior The buttons should show up on detail and edit page, the 'State' column on the index should also not be empty.

Screenshots image image image

Environment(please complete the following information):

KasparRosin commented 2 years ago

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 of other packages that require major updates for Nova 4, so it might take some time before we get to it. Pull requests are welcome!

vbezruchkin commented 2 years ago

Hello,

Any chance to update to Nova 4 please?

Thanks in advance.