For example, this field will make the query that's sent when opening the select stack fail:
-
handle: authors
field:
type: polygon_relationship
display: Autör/en
collections: [ author ]
create: false
sortable: false
width: 50
This is the content of the decoded config parameter:
{"type":"polygon_relationship","display":"Autr/en","collections":["author"],"create":false,"sortable":false,"width":50,"max_items":0,"mode":null,"component":"relationship","handle":"authors","instructions":null,"required":false}
Note how the ö is missing in there.
For example, this field will make the query that's sent when opening the select stack fail:
This is the content of the decoded config parameter:
{"type":"polygon_relationship","display":"Autr/en","collections":["author"],"create":false,"sortable":false,"width":50,"max_items":0,"mode":null,"component":"relationship","handle":"authors","instructions":null,"required":false}Note how the ö is missing in there.