Feature(s) impacted
Smart action reference field type
Observed behavior
Since we upgraded our forest_liana gem to latest (7.6.5 => 8.0.16) we are having an issue with reference fields in custom smart actions.
Enregistrement de l’écran 2023-11-27 à 12.34.19.zip (812.4 KB)
The field is defined as:
{
field: 'partner',
is_required: false,
reference: 'Partner.id',
},
where Partner is another forest collection.
Expected behavior
When searching a reference and clicking on it it should be the current value of the input.
Is there any reason it is not working anymore ? The api seems to be the same to use references.
Thanks.