Bishal
Bishal
@BobbyBorisov I have made a lot of customization and I am unknown of what are the changes made as I am not working with Nova recently. I dont manage this...
As I was overriding the indexQuery of my resource, was getting this error once I commented it out, worked fine. But a way to make this work while overriding the...
@davidbonting If you are having issues displaying the fields of the nested form with nova v2.0.8 and above you can fork the repo and do the following changes in src/NestedForm.php...
@BobbyBorisov I am using Nova 2.3 and it works fine for me. Actually its better to fork the repo and apply the fix I gave or the much efficient way...
@BobbyBorisov It will be helpful if you can post the sample code to look upon please also add the relationship functions as it might also be necessary for analysis as...
Well this can be used in a way to solve my problem. Will it be able to use Cordova plugin( which I use for Cordova electron now Cordova-print-plugin)?
@royduin I am using your fork, but seems like the implementation is not usable in action fields as it checks for resource form fields. Any plans of providing support for...
@royduin When same field in action exists on the resource it will work fine. ``` $fields = method_exists($resource, 'parentUpdateFields') ? $resource->parentUpdateFields($request) : $resource->updateFields($request); ``` Otherwise it wont