Stefan Wanzenried

Results 14 comments of Stefan Wanzenried

Please add support to filter by taxonomies via Content-API. Using taxonomies to filter content is an important concept in Statamic, so it should work in the API as expected. Thanks!

> I will fix it Would be nice to get a new release with updated dependencies, thanks! 😄 👍

I am also running into this issue using the following setup: * Statamic `2.11.3` * Spock `2.1.0` Ignored events: ``` - Statamic\Events\Data\AssetUploaded - Statamic\Events\Data\AssetMoved - Statamic\Events\Data\AssetDeleted - Statamic\Events\Data\FileUploaded ``` My...

Hi @jackmcdade Yep, I have the full domain in there. I assumed that this would be the expected setup because the docs about localization use full urls: https://docs.statamic.com/localization#locales Can I...

Hi @jasonvarga, We are facing this bug on every project, as we have a lot of multi-locale projects in Switzerland. Changing a slug in a secondary language immediately results in...

Just had another client reporting a `404` of a page after changing the slug in the secondary language. Clearing the Stache manually solved it, but this cannot be the solution....

We are also running into this issue. Note that this only seem to happen if the page being moved has been newly created before. - Statamic `2.11.14` - 3 locales...

I can confirm that this issue exists - I just manually had to clean up several .md files and deleting the `null` values of non-translatable image fields. However, I could...

+1 for making this method hookable, so we can also add new entries. Also it would be nice if the RenoAdminTheme could use the same method for rendering the main...

I spent some time tracking down the issue here: Localized entries contain a reference to the origin entry via `Entry::origin()`. When saving an entry with localized descendants, the origin of...