laravel / nova-issues

556 stars 34 forks source link

Inline more action icon without any action #5830

Closed parth-ka-patel closed 1 year ago

parth-ka-patel commented 1 year ago

Description:

I don't want the replication in some resources so then I used the authorizedToReplicate and return false it'll not display right now but the blank icon is displayed on inline rows so is there any option to hide them ??

Detailed steps to reproduce the issue on a fresh Nova installation:

Create any new resource and apply this method in nova resource authorizedToReplicate and just return false then it'll happen

Screenshot 2023-08-23 114849

crynobone commented 1 year ago

Unable to reproduce the issue, please provide full reproducing repository based on fresh installation as suggested in the bug report template (or you can refer to https://github.com/nova-issues for example)

CleanShot 2023-08-23 at 14 38 42

https://github.com/laravel/nova-dusk-suite/blob/02ef6a6b4207be13687797e4c804979791b122ef/app/Nova/Captain.php#L147-L156

crynobone commented 1 year ago

Hey there,

We're closing this issue because it's inactive, already solved, old, or not relevant anymore. Feel free to open up a new issue if you're still experiencing this problem.