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.8.21 - 21 August 2021
For Decimal/Money report fields, increased the decimal precision from 4 to 7 decimal points, from (17,4) to (20,7). If you have previously mapped fields that need this extra precision, you will need to reload the mapped report fields in your package(s) so the values are saved again with the higher precision.
To avoid processing a double-click on buttons, if a user's session includes a request while a prior request is still in progress, it will be delayed by 5 seconds and then continue with a warning.
To avoid processing a double-click on document/package buttons in parallel, pickup requests are serialized for a given HTTP session.
Updated the forgotMyPassword, login, requestForgotPassword and setMyPassword JSPs pages to use BUTTON instead of INPUT submit elements.
Updated all document buttons to include a class selector that matches the button's name prefix so it can be targeted by custom CSS. (i.e. add <style> .esf button.documentSaveButton { display: none; } </style> to a document in SOURCE mode to hide the button entirely) New otherwise empty button classes include: packageContinueButton, packageDeleteTranButton, packageNotCompletingButton, packageDownloadMyDocsAsPdfButton, documentNextPageButton, documentPreviousPageButton, documentSaveButton, documentReviewButton, documentEditButton, documentCompleteButton, documentViewPackageButton, documentNextDocumentButton, documentPreviousDocumentButton, packageViewCompletedDocumentButton, packageEditDocumentButton
Added more reference checks before allowing a User record to be deleted. In general, it's better to disable user records who are no longer needed so as to keep the user references since all records have a created by/last updated by user reference.
Reduce web.xml param heartbeatInterval to 55 (seconds), from 150 (or 300, the default). This is an attempt to let clients detect broken connections a bit faster as some proxies seem to terminate connections with no transfers after a minute or two.