Dan Harrin

Results 529 comments of Dan Harrin

Hi, I am closing this as I think it is quite far away from what Zep was looking for in the original issue

There could be many actions, especially if they are grouped, so I don't think listing them is what we should do here. Also, this current PR is only suitable for...

Sure, but it doesn't just need to adapt to the plural it also needs to be translated

Yeah I think we probably could but it could be a breaking change if someone is calling that method. I might push this back to v4

I'll leave this open as a reminder to work on it myself, thanks

I have pulled down the reproduction issue to test, and as @ppmathis the issue is that the `APP_ENV` for your browser tests is set to `local` and not `testing`. If...

Hey, it isn't possible for us to fix this, the code suggested above is correct. Filament does not know the arguments for the action until you pass them, and `$this->testVisibleAction->isVisible()`...

Hopefully fixed in v4 by #16624, let me know if there are additional issues