Jason Varga
Jason Varga
`mount` will be the handle of the collection on the entry that has been mounted to it. Seems to work fine. In your example, within entry `28124839-6062-43bd-8e4e-ca7a11af3b7a`, `{{ mount }}`...
What's the `id` for the current entry in that same debugbar list?
This has been reverted in #9145 as it causes some issues. We'll revisit it in another version.
Good find. Those fieldtypes give you a "labeled value" even if they're null. Probably should just give you null. Try doing this instead: `{{ if item:value }}`
Then pass `:item="sprinkler_system:item"` to the partial.
Oh yeah, value. 😄
Yeah it's any that use those "labeled value" types. Button groups, selects, radios, checkboxes, etc.
At the moment we don't have a way to differentiate between globally reserved field names and replicator set specific reserved field names. I've reverted `type` being globally reserved. It's way...
@mikemartin looks like you've commented on the wrong issue?