Closed GoogleCodeExporter closed 9 years ago
This will require a new report field type and DB table to support it since it
can have multiple values that are all TransactionFile objects.
Original comment by yoz...@gmail.com
on 19 Feb 2012 at 1:05
If you have already mapping a File field to a report field, let us know and we
can help. Basically, you need to remove the mapping from the package and the
report field from any reports since the report field created is of type
"General", suitable for strings, but not for a list of uploaded files.
Then, in the DB, we need to remove the offending report field from the
esf_report_field_template (or you can just update it's field_type from 'S' to
'F').
Then with the new 12.3.* release, re-create the mapping and add back to your
reports.
Original comment by yoz...@gmail.com
on 20 Feb 2012 at 8:17
Original issue reported on code.google.com by
yoz...@gmail.com
on 18 Feb 2012 at 12:24