Jason Varga

Results 404 comments of Jason Varga

The workflow-conclusion-action method worked really well for me. Personally, I'd be fine with just doing that, and not needing anything else added to action-slack. To clarify, the key seems to...

Can you run `php please support:details`?

Can you provide the whole error's stack trace?

No need to open a separate issue. We'll tackle both sides.

Looks like the entries *are* being reordered correctly. For example, if you were to output them on the frontend. However in the CP the listing immediately reverts to being sorted...

This is working fine for me. Perhaps it's something unique about your setup. Would you be able to zip up your site and send it to [email protected] for us to...

The issue here is the eloquent driver. I'll move the issue over to that repo.

> the components/fieldtypes part was missing. Where do you mean? In `import Fieldtype from './TogglePasswordFieldtype.vue';`? This is just an example and you'd have to adjust it to the proper path...

You can add those to your search.php config file. https://github.com/statamic/cms/blob/ed98ff5b2ddc8904687b058e6afea6edef8993ba/src/Search/Comb/Index.php#L50-L64 ```php // config/statamic/search.php 'indexes' => [ 'default' => [ 'driver' => 'local', 'use_stemming' => true, ] ], ```