Duncan McClean

Results 433 comments of Duncan McClean

Apologies, I might be misunderstanding this change, but why can't you do `Entry::query()->whereIn('id', [1, 2, 3])->get();`?

Good idea! I think we can probably adjust the `install:eloquent-driver` command (which is the CLI wizard you see) to ask what you want to move: * Everything * Only move...

> Since Statamic's default mode is flat-file, it could also be interesting to have a simple way to manage `.gitignore` files if we wanted, for example, to keep everything without...

Columns will be customisable in [Statamic 6](https://statamic.com/blog/statamic-6-sneak-peek). Filtering isn't yet possible - closing in favour of #939.

> I'd provide a PR if you are fine with the above approach instead of using the data_get() function. Sure, feel free to submit a PR.

Yeah, it seems to be working fine for me. I don't have any preferences set. ![CleanShot 2024-09-12 at 19 41 58](https://github.com/user-attachments/assets/2729bf18-fb7c-4161-a34e-d2b7fd10ccdc) ![CleanShot 2024-09-12 at 19 42 09](https://github.com/user-attachments/assets/d4ad22e7-963b-4606-8f42-d83cc1ab8632)

I've managed to figure out why this is happening... The `Field::isVisibleOnListing()` method checks if a field is display-able on the listing table, by taking the `listable` config option into account...