TappNetwork / filament-webhook-client

MIT License
5 stars 0 forks source link

[Bug]: Resource pages don't use the resource set in the config file #4

Open willcastillo opened 4 weeks ago

willcastillo commented 4 weeks ago

What happened?

I can't properly override the resource because the Create, Edit, and List WebhookCall pages are pointing to the base WebhookCall resource class instead of the one set in the config file.

How to reproduce the bug

At this point you'd expect the child pages to use the newly defined resource but that's not the case.

Package Version

Latest

PHP Version

8.2

Laravel Version

11

Which operating systems does with happen with?

No response

Notes

No response

andreia commented 4 weeks ago

@willcastillo Thank you for reporting! Just added a PR addressing it, please let me know if it works for you :) https://github.com/TappNetwork/filament-webhook-client/pull/5