Ryan Mitchell

Results 90 issues of Ryan Mitchell

When adding shared product options they values are all preselected by default which means a lot of unselecting if you have a lot them and only want to enable one...

It's not possible to specify a shipping rate price for a min_quantity of 0 for each currency, which means you can only specify in the base currency. This results in...

This PR adds Statamic v6 Support. To do: - [x] Move user config to add-on settings - [x] Update field types - [ ] Create updater that migrates the config...

feature

This PR allows developers to hook into `GetItemsContainingData` and add other lazy collections to the response from getItemsContainingData. This would allow you to provide other items to search for references...

### Bug description With the new layout there is now no way to append a config field that has a section title... compare: The 'A/B test' is a new field,...

blueprints & fieldsets

This PR splits duration, height, last_modified, mime_type, size and width into their own columns in asset_meta, rather than them being part of the meta JSON. This also allows us to...

This PR ensures that entry order is saved correctly when using a queue. The order was being set however as the entry wasn't saved during the same request the new...

https://github.com/statamic/cms/pull/9491

See: https://github.com/statamic/cms/pull/11533 and https://github.com/statamic/cms/pull/10893 Query scopes need allowed in the same way as filters... eg in config/graphql.php `resources.collections.products.allowed_query_scopes => ['my_scope']`