Closed michael-batz closed 6 years ago
At the moment you can dereference fields of type objectref with one layer: `
` The field "location" is a reference to another object. The content of the field "city" of that field will be used.
Only one layer of dereferencing is possible. It would be nice, to support multiple layers, e.g: `
`
Implementation is done in the following way:
documentation updated, issue can be closed.
At the moment you can dereference fields of type objectref with one layer: `
` The field "location" is a reference to another object. The content of the field "city" of that field will be used.
Only one layer of dereferencing is possible. It would be nice, to support multiple layers, e.g: `
`