Truncate in listing doesn't work for Database Relationship fields
Submitted m3rk0rd, Aug 29 2012 03:53 PM | Last updated Oct 02 2012 04:15 PM
I have a field of type Database Relationship in a custom database. In the database listing template I ask for the formatted value of the field, which should include any truncation if I'm not mistaken. Even when i change the value of Truncate in listing from 0 to something else, the text displayed in the listing is not truncated.
- Marcher Technologies likes this
| Status: | Fixed |
| Version: | 2.3.2 |
| Fixed In: | 2.3.3 |











5 Comments
Updating Status to: Fixed
Ok, I've fixed it to truncate single result relational fields (whether linked or not). It is very complicated to try to truncate multiple result relational fields (you'd have to try to remember how many chars were shown and sum that up as each item is shown to determine a break point), thus I'm not doing that for now.