You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exception
:
"Error"
file
:
"C:\\Users\\lecle\\Herd\\simucredv4\\vendor\\outl1ne\\nova-inline-text-field\\src\\Http\\Controllers\\NovaInlineTextFieldController.php"
line
:
41
message
:
"Call to a member function fillInto() on null"
There is an error occured when trying to update the field.
The text was updated successfully, but these errors were encountered:
quentinlecler
changed the title
Call to a member function fillInto() on null
Call to a member function fillInto() on null (Nova 4.35.3(
Oct 21, 2024
quentinlecler
changed the title
Call to a member function fillInto() on null (Nova 4.35.3(
Call to a member function fillInto() on null (Nova 4.35.3)
Oct 21, 2024
I can report this behavior as well. It is if you have the field in the fieldsForDetail method but it is not in the fields method on the Nova resource. Adding it to the fields method resolves the issue.
I can report this behavior as well. It is if you have the field in the fieldsForDetail method but it is not in the fields method on the Nova resource. Adding it to the fields method resolves the issue.
Resource (fields method)
Error
There is an error occured when trying to update the field.
The text was updated successfully, but these errors were encountered: