FintechOS Platform 21.1.8

September 13th, 2021

This release contains several bug fixes.

Fixed Issues

No. Summary Module
N/A An exception was thrown when you wanted to create a deployment package with an entity which contained an audience list. Innovation Studio

FSD-11459

Fixed an issue regarding security for OCR scanning of Id cards.

Innovation Studio

FSD-11378

In scenarios with multiple one-to-one extensions with the same name used for Relation Attribute, the values for extended fields would not generate properly.

Innovation Studio

FSD-11309

An exception was thrown after changing the status on a transition from Draft to Approved, when specific rules were used.

Innovation Studio

FSD-10325

In some cases, you could not change your password if the value of core-setting-ebsauth-password-min-age was 25 or greater.

Innovation Studio

N/A

Fixed an issue which prevented you to advance after the login page if the compatibility system parameter is set to off.

FintechOS Portal

N/A

An error occurred when you created a project deployment package on a second FintechOS environment installed on the same machine and using the same name definitions.

Innovation Studio

FSD-11530

An exception was thrown after adding a second dashboard shortcut from the same entity.

Innovation Studio

Known Issues

Summary Module
On Azure environments, job servers cannot be deployed as a web app. You can bypass this limitation by using a virtual machine instead. FintechOS Platform Platform
During the OCR process done with Computer Vision on a device with Andriod 11, the screen freezes after the photo is taken on screens smaller than 6 inches.

As a workaround, if the user scrolls on the screen so that the address bar is no longer visible, then the bug does not reproduce and they can advance to the next step.

In addition, use the following code snippet to eliminate the issue:
Copy
html, body {

    height: 100%;
}

#ebsContainer {

    height: 100%;

    overflow-y: auto;
}

.main-container {

    height: 100%;

    overflow-y: auto;
} 
Innovation Studio and FintechOS Portal
Plugin assemblies must be copied and pasted in the PortalPluginStore\AddIns folder after import in FintechOS Studio in order to be functional. Innovation Studio
The Save Changes prompt does not appear when the Insert button is clicked. Innovation Studio and FintechOS Portal
Inline editing in views doesn’t work if the view columns are created with attribute aliases from the fetch. FintechOS Portal