Duncan McClean
Duncan McClean
> When using a `taggable` fieldtype and providing `options` to it, it doesn't load in the publish form. You get JS errors. Should be fixed now 👍
@toxsick Can you try updating to [v5.6.1](https://github.com/statamic/cms/releases/tag/v5.6.1)? It included #10217, which should have fixed it.
> I could use this on the UserQueryBuilder too :) This PR adds the method's to Statamic's base `Builder` class which gets extended by the other query builders, so they...
Are you using flat-file or Eloquent users?
Hmm, this seems to work for me (I'm also using flat-file users): ```php use Statamic\Facades\User; User::query()->firstOrFail('ca291c8b-5629-4891-b506-bb2d7d9ad447'); ```
Thanks! We'll review this when we can.
Can you provide the YAML file contents for the relevant blueprint?
@carstenjaksch Have you seen @925dk's workaround above? Does it work for you?
The previous fix broke a bunch of things so it had to be reverted. We might fix it another way in the future, but I don't have an ETA on...
> This is odd, the NOCACHE request for the home page has a response that seems duplicated. Out of interest, if you clear your site's cache, then visit that page,...