-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG: Compatibility with fieldsForIndex, fieldsForDetail functions on Nova 3.X #169
Comments
Solved by this pull request : #170 |
merged #170 |
Hi Team, Is there any chance that this can be pushed to a release? - i see the bug fix has been merged to master, but no subsequent release or tag made so packagist hasn't updated. Would be appreciative if we could? |
Tagged v1.3.3! |
I noticed that PR #170 resulted in the following error
I recently upgrade from 1.3.2 to 1.3.3. I'm using Nova version 2.12.2 and Laravel 5.8.38 on this project. |
yeah this was a deliberate patch for Nova 3 - |
Hi I am experiencing some issues with the Nova 3.X fieldsForIndex, fieldsForDetail functions and looking in the code, I have found that the problem is due to this function where I think these two lines are missing to be compatible with those functions
The function should look like this:
Best,
The text was updated successfully, but these errors were encountered: