chris-ware / nova-breadcrumbs

Breadcrumbs for Laravel Nova
152 stars 44 forks source link

Create button string empty on nova v3.8.3 #104

Closed gldrenthe89 closed 4 years ago

gldrenthe89 commented 4 years ago

On latest nova v3.8.3 the create button string empty. this because in this nova update this is now customisable from within the resource. I had to turn of breadcrumbs in order to get my create button back 😉

abishekrsrikaanth commented 4 years ago

I have the same issue as well. Any reason why this package would affect the label of the Create Button?

chris-ware commented 4 years ago

This is because of the way the version of this package works, due to how Nova operates itself. It overwrites the default views and compiles them into the the breadcrumbs version. It's why there has to be a new version every time Nova releases a major update. I'll re-compile and release a new version later.

Version 2 removes this requirement, but its not quite ready yet.

chris-ware commented 4 years ago

I've just released 1.3.9 to hopefully solve this issue.