2024.9.4.3654
This patch focuses on resolving two issues:
Checklist Filter Options
An issue caused checklist filter options to fail to load correctly when another field already had a filter applied. This has now been fixed, ensuring smooth functionality.
Copying Text Fields
Previously, when copying a record, models configured to modify a field value (e.g., prepending "Copy of ") could result in a generic error if the concatenated text exceeded the maximum field length. The engine now trims the result from the right to comply with field length limits, avoiding such errors.