Closed yobottehg closed 6 months ago
@yobottehg Can you tell me which version of nova
and nova-dynamic-views
package you are using? I checked with latest version of nova
& nova-dynamic-views
and it working fine.
@shuvroroy
"name": "shuvroroy/nova-dynamic-views",
"version": "v1.2.4",
"name": "laravel/nova",
"version": "4.32.11",
This are my versions locally.
Some things from my local testing:
customDetailHeaderComponents
and this will halt on the detail page. Setting a breakpoint in customUpdateHeaderComponents
does not halt on the edit page. Therefore i think this method is not called.NovaDynamicViewsController
and the authorize
middleware is not called on the update route but the detail route
--> Still no clue why this does not work. It seems that the update.vue
template provided by the module is not used.
@yobottehg Can you create a repository with all Steps To Reproduce and share with me. It will be easier and faster for me to debug
Hello!
first of all thank you for the module, it's a valuable addition to Laravel Nova.
I tried to use it on an edit page today and i think something is odd there.
I checked that it does not have have to do anything with my component
This works on the detail page but not on the edit page.
https://xyz/admin/resources/entity/69 shows the component in the header, while https://xyz/admin/resources/entity/69/edit does not.
Anything else i need to check?