You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the form: you display the value in the i.s.o. the label
If there are multiple values you collapse them
in the index/show: you display the object literal
Steps to Reproduce
Expected behavior & Actual behavior
Show label in edit / show
Models and resource files
Resource
field:abc,as: :tags,fetch_values_from: "/my_endpoint",fetch_labels: ->{[{label: "hello world",value: "123"}]# displays 123 in form, and object literal "{label: hello world, value: 123}" in show# [label] # displays nicely in show / form but on submit only send the labels},
System configuration
Avo version: 3.8.0
Are you using Avo monkey patches, overriding views or view components?
Describe the bug
In the tags field using
fetch_labels
value
in the i.s.o. thelabel
Steps to Reproduce
Expected behavior & Actual behavior
Show label in edit / show
Models and resource files
Resource
System configuration
Avo version: 3.8.0
Are you using Avo monkey patches, overriding views or view components?
Screenshots or screen recordings
FORM:
single value
multiple collapsed
SHOW:
See screen recording https://www.loom.com/share/1f001c090f8c42ea825d2737abca2d09
Impact
Urgency
The text was updated successfully, but these errors were encountered: