Crash-Reports Generated by a device in developer mode will be saved to the external storage rather than being uploaded to the server. This will reduce the amount of clutter on the server, and make it easy to extract the relevant crash reports.
If the server cannot incrementally synchronise data from the client, the Android client will reset the current users data to the latest available from the server.
Improved server side handling of incremental sync requests that contain changes that have already been applied on the server.
Fix for HEL-34 Enum select widgets not initialised correctly
Fix for HEL-35 Email validator REGEX rejects valid email addresses
Fix for HEL-22 Persistent object saves without meeting field validator requirements
Fix for HEL-32 and HEL-36 that affected Android client synchronisation
The RENDER_FORMAT parameter can be used in legacy (Jasper) reports to determine which format the report is being rendered in by the user. The type of the RENDER_FORMAT parameter is String (like all other supplied parameters) and the value will be one of HTML, PDF or XLSX.
Legacy (Jasper) reports will now attempt to auto-detect the correct type for every cell when exported to Excel format. Type detection is completely delegated to the Jasper library, but may result in cells with thousand separators being usable as decimal values.
Add Comment