Michael Rog
Michael Rog
> User Photos asset volume's field layout keeps getting re-created each time I run rebuild, despite not touching it at all. > ``` > fieldLayouts: > - f8017d72-d47a-4715-91de-93ef22515ee4: > +...
Right — What I'm suggesting is: `YAML vars take inconsistent types because MySQL returns all data as strings` and `Volumes' field layouts erroneously change UID on every Project Config rebuild`...
I'm a big fan of this idea — It comes up frequently enough in my Twig templates (where I'm comparing a chain of values and I want to use/output the...
@nicolas-grekas — The primary benefit is that `?:` will throw an error if it encounters an undefined operand. We'd really like this to behave like the null-coalescing operator, which treats...
I ran into this exact issue as well — also Craft `3.9.10`, with an S3 volume and a restricted upload path of `{slug}`. @brandonkelly wanna re-open this one, or should...
fwiw, in our case, this error appears _on initial creation_. If we immediately refresh the edit page, everything loads fine. Could just be that the `slug` variable isn't initialized yet...
> Is there a reason this was submitted as a draft PR? After I submitted the original PR, I realized there was more to the problem, so I converted it...
> My current plan: > > * add an `applyFromInstance()` method to the `Directive` class, which by default will just pass-through to the existing `apply()` (so this is non-breaking) >...