Baptiste job monitor multi tenancy?
How can I make this plugin work properly with tenants?
It keeps saying
Usually I'd just add to the Resource, but this one doesn't have a resource published so I'm not really sure where or how to do it
https://filamentphp.com/plugins/croustibat-jobs-monitor
5 Replies
You’ll need to extend the resource with your own resource and tell it to use your resource in the plugins config.
Thank you, I really appreciate you helping everyone.
I've tried doing that like so, but still getting the same error
and
Sorry, I've never used the plugin, that was just my guess based on their code. Might be better to reach out to the dev either in #croustibat-jobs-monitor on on their GitHub.
I added protected static bool $isScopedToTenant = false;
to the Resource in the vendor folder directly just to see, and it fixed it, so it seems like just my resource extends is wrong, any ideas about that? I'm not OOP knowledgable
your extends looks fine
try moving it out of App\Filament\Resources so that it isn't auto discovered by Filament