Joseph Szobody
Joseph Szobody
Closing as stale. If there is still interest in the above approach and someone wants to take a crack at it, I'd be open to a PR. I have no...
Ah, global scopes would make sense. Interesting. Any thoughts on how this package could provide an option or hook for this? I'm wondering if the leave route should use `withoutGlobalScope()`...
@bogusbd It looks like you're making this fall back to empty string. Is that really the best option? I don't have any multi-panel apps like this, but it seems like...
Hmm. I don't think we set a label for the table action, since it's usually desirable to just show an action with no label when it's inline. I bet you...
If you look at the table action... ``` https://github.com/stechstudio/filament-impersonate/blob/master/src/Tables/Actions/Impersonate.php#L20C13-L20C66 ``` ... you can see how the current `$record` is being passed to the impersonate method. In theory, if the current...
I don't have much time to work on it myself, but I'd happily review a Pull Request if you or anyone else wanted to take a stab at this?
There is not currently, I'd welcome a PR!
v0.11 released, thank you!
It's quite common for a Laravel controller method to return a redirect, that's supported and well documented. Returning a redirect works just fine with Laravel middleware, in general. Laravel even...
Hmm, that should be possible. I'll look into it.