You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Yozons eSignForms - Web-based e-contracting and document workflow
Version 21.9.25 - 25 September 2021
A special mention and remembrance for the passing of Tina Yamada. See was a wonderful woman, full of humor and wisdom and kindness.
Created property ESF.ReportsDefaultSearchPrefix that can be set to '~' (the prior default, meaning a 'contains' search, the most DB expensive and general filter), '^' (starts with) or '=' (exact match). This specifies what is intended if a user just enters text in a report search field without any prefix. If the property is not defined or is specified but it's none of those values, it will default to '~' (contains) as that is the prior default behavior. This is generally defined in the ESF/Library/Template property set ESF to apply to all users, but it can be overridden for a given user by specifying the property in the user's setup. Regardless, all search criteria with no prefix are re-written with this specified prefix to make it clear which type of search is used for any given searchable report field. This also applies to the built-in search field for party email address.
Limit report field value matching to those that belong to the report's transaction templates and date range. This likely slows down queries for small datasets, but should speed them up for large datasets.
For first-time report users, not only default to started by the user, but also to external parties and all other users if the report permissions allow it.
When deleting a user, no longer do an in-use reference check against the SMS and email tables as they are deleted along with the user.
Upgraded to CKEditor 4.16.2.
Upgraded to libphonenumber 8.12.33.
Upgraded to Vaadin 8.14.0.
Upgraded to OpenJDK 17.
OPERATIONS VERSION UPGRADE NOTICE:
Database updates required (pre.sql/update.sql/post.sql): NO