I have a structure field on a multi-lingual website. The blueprint field looks like this:
Questions:
label: questions
type: structure
style: table
entry: >
{{first}}<br />
{{second}}<br />
{{third}}
fields:
first:
label: First
type: select
options:
option-a: Option A
option-b: Option B
option-c: Option C
second:
label: Second
type: text
third:
label: Third
type: textarea
When I log in to the panel and go to the page editor, I can access all “Questions” without problems. However, when I switch to one of the other languages and try to open one of the “Questions”, I get an error that says “Error - item can not be found.”
This isn’t a huge problem, because when I switch to another language and press “save” first, THEN I can open any of the items without problems. However, it is a little confusing.
Am I overlooking something?