-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Open
Labels
area: extensions/widgets/relationarea: slugsexp: intermediatetype: bugcode to address defects in shipped codecode to address defects in shipped code
Description
Describe the bug
When using a template string that contains a *
wildcard (to access every item of a list) as value_field
of a relation widget, the widget says "No options".
To Reproduce
- Create a list widget, with fields
a
andb
, and populate it - Create a relation widget that points to the previous list
- Set
value_field
to'mylist.*.a'
- It works
- Set
value_field
to'a is {{mylist.*.a}} - and b {{mylist.*.b}}'
- It says "No options"
Expected behavior
Template string should work even with wildcard.
Metadata
Metadata
Assignees
Labels
area: extensions/widgets/relationarea: slugsexp: intermediatetype: bugcode to address defects in shipped codecode to address defects in shipped code