Release notes - Lobster _pro 4.12.4
Release date: 2024-08-28
Features
PRO-42266
[Rights Management] Base settings have been optimized to reflect UPDATE and READ permissions
Bug fixes
PRO-42487
[General] Fixed problems with external links. Calling up a link generated by the 'external links' technique led to problems with certain browsers. In particular, simple URL calls and URL scheme links (e.g. 'mailto:a.b@c.de') could no longer be called up
PRO-42452
[General] Problems with the save button in the basic settings have been fixed. In some cases, changes to basic settings could not be applied because the "Save" button was not enabled
PRO-42477
[Server] Fixed an error in Base Settings regarding folders (e.g. Storage) if the system environment variable 'pro.home' has not been set
PRO-42466
[_data Integration] Jumping reliably into _data profiles is possible again
PRO-42424
[Client Workflow] The runtime performance of the Rule list resolver has been improved drastically
PRO-42447
[Database][Custom Type Definition] [Field: Any type] Null values can now be inserted in Postgres without any problems. The error 'xxx is of type jsonb but expression is of type character varying' no longer appears
PRO-42400
[Data Grid] When searching for changed standard columns, the wrong projection was used. The correct projection is now used again
PRO-42379
[Event Handling] The URL encode resolver now always encodes the complete input value. The option that only included URL parameters has been removed as it cannot function consistently. Note: the resolver should only escape the input value so that no URL control characters or whitespaces are contained (e.g. ?, /, space, colons etc.)
PRO-42428
[Event Handling] The 'HTTP request' module now returns any infrastructure errors (e.g. timeout) in the 'ERROR_INFO' response header
PRO-42435
[Event Handling] Object Editor: Fixed error when creating Boolean values, which prevented the value from being set
PRO-42449
[Event Handling] Space characters in URL encoded texts are no longer replaced by '+' characters by the server. This led to non-working link URLs
PRO-42427
[Form Renderer] A warning was incorrectly displayed for expandable containers with search and detail form
PRO-42433
[Meta Exchange][JAXB] XML attributes that contain a TAB (\t) are now serialized correctly