Benjacho / belongs-to-many-field-nova

Belongs To Many field Laravel nova to represent many to many relationship in field.
MIT License
157 stars 81 forks source link

getHelpText does not exist #84

Closed thibodelanghe closed 3 years ago

thibodelanghe commented 3 years ago

Hi,

Since the package update to v1.9 a bug is introduced.

When trying to edit a nova resource, the following error appears Method Benjacho\BelongsToManyField\BelongsToManyField::getHelpText does not exist. {"userId":1,"exception":"[object] (BadMethodCallException(code: 0): Method Benjacho\\BelongsToManyField\\BelongsToManyField::getHelpText does not exist.

Downgrading to v1.8 does temp fix it

mraddatz commented 3 years ago

Same here

diogocnunes commented 3 years ago

Same here

Benjacho commented 3 years ago

Hey both of you please upgrade your laravel nova version.

RicLeP commented 3 years ago

For anyone with this issue get make sure you use version 1.7.0. 1.8.0 is a breaking change on older versions of Nova.