Hi,
it seems like the javascript array of object is not converted to something readable when inserting a reference to a multiple-link field.
For instance, if my entity Book is linked to many Pages, and I want to create a template that inserts {{pagesNames}}, then it will result in "[object Object]" within the PDF, instead of the real names of the Pages.
I am using Version 5.3.4 on Firefox.
Thanks.
it seems like the javascript array of object is not converted to something readable when inserting a reference to a multiple-link field.
For instance, if my entity Book is linked to many Pages, and I want to create a template that inserts {{pagesNames}}, then it will result in "[object Object]" within the PDF, instead of the real names of the Pages.
I am using Version 5.3.4 on Firefox.
Thanks.
Comment